using Unity Android In a sub view and add actionbar and style
- by aeroxr1
I exported a simple animation from Unity3D (version 4.5) in android project.
With eclipse I modified the manifest and added another activity.
In this activity I put a button that it makes start the animation,and this is the result.
The action bar appear in the main activity but it doesn't in the unity's activity :(
How can I add the action bar…