I'm trying to show a GameObject (from Unity) in my AndroidStudio Project. The idea is this:
- Open the main activity of my app
- Click on a button-> show a gameObject
I created an Unity Project whith a simple object and build it as a GradleProject. I've open this project in Android studio and added a main activity layout (with a frame layout and a button inside). Now when I open my application:
- The main activity layout is shown.
- I click on the button, the UnityPlayer fill the frame layout and show my gameObject.
The problem is that before my gameObject is shown, it appears the Unity Splash Sceen. I know that with the Free Version of unity I can't remove it but I wanted to know if there is a way to show this Splash Screen when the application is started. I want to have someting like this:
Start App -> show Splash Screen -> show Main activity layout -> [when button pressed -> show gameObject]
Eventually I apologize for my English and thank you for the help you will give me