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

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