playMaker

Author Topic: Scripting Backend: from Mono to IL2CPP (things arent working like in editor)  (Read 2680 times)

r.traufeller

  • Playmaker Newbie
  • *
  • Posts: 3
Hey,

first, thanks for the great Asset.

I needed to change the scripting Backend to IL2CPP. Because the Android App store needs 64bit. After doing that, a couple of things are NOT working on the Device.


is there anything that could be caused or liked by Playmaker?

thanks,
Ronny

r.traufeller

  • Playmaker Newbie
  • *
  • Posts: 3
okay i needed to use "Linker Wizard", but it is still not working.

i got a simple intro where a black raw image is fading out to show  a logo. this scene is staying black now.

thanks,
Ronny

« Last Edit: February 12, 2021, 06:13:01 AM by r.traufeller »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Hi.
Try adding some debug actions.
or add a canvas with a ui text.

you can for example use 'Get Fsm State' to get the current state name on a fsm.
This way you can see on what state it gets stuck