Hi,
I'm new to this forum so I'm not entirely sure if this question has been asked before.
I made an android Application, which is a clone of FlappyBird on Unity3D. I made the APK and while the functionality is ok, there seems to be an issue where you can see-through my app.
By that I mean, when I played the game on my phone, I could see the applications on my screen or on my task manager, as if the game wasn't running. Similarly, when I played it on bluestacks, whenever I died or whenever the scene was fading into a different scene, I could see the bluestacks logo on the middle of the screen.
I've uploaded a video onto youtube where you can see what I'm talking about. the video stutters a little but I hope you catch it.
https://www.youtube.com/watch?v=Ajb8Ngoadq0&feature=youtu.be
---To perform the SceneFading effect I had animated a panel's alpha value to go from 255-0.
Please Help! and do let me know if you need me to provide the code!