Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: r.traufeller on February 12, 2021, 05:07:29 AM

Title: Scripting Backend: from Mono to IL2CPP (things arent working like in editor)
Post by: r.traufeller on February 12, 2021, 05:07:29 AM
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
Title: Re: Scripting Backend: from Mono to IL2CPP (things arent working like in editor)
Post by: r.traufeller on February 12, 2021, 05:28:23 AM
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

Title: Re: Scripting Backend: from Mono to IL2CPP (things arent working like in editor)
Post by: djaydino on February 12, 2021, 06:18:11 AM
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