Detect splash screen exit on Unity Android/Eclipse project
问题 I've created an Eclipse project based on a Vuforia/Unity project by following the instructions here. That's up and running. I am adding a button to my main activity, extends from QCARPlayerActivity. That also works, however, the button sits on top of the Unity player as the Unity splash screen plays. Is there any way to detect when the Unity splash screen exits so I don't have controls in place before the scene loads? UPDATE 3/18/13 I've added a static boolean to my main activity in Eclipse