Start Camera Fade api is working on windows package but not working on pico apk


any idea?
by the way, I just want a fade in/out effects, the api is not a must

You can’t use any post process when packaging to android, and fading is a kind of post process…
You can try put a black plane in front of the player and animate its opacity, but I’m not sure it will work very good since this is pretty expensive process for a standalone

1 Like