first, i'm making the project in Unity using NGUI. When i click play and test my project in Unity everything works fine i can see every UI, also everything can do what i want.
Then i try building the project to Android after finished building and install .apk into my android phone
here are the problems
IN ANDROID PHONE
- only some texts and planes are shown, others are all black : planes, NGUI's UIs, etc
IN UNITY PC
- all UIs has gone PINK
- i tried searching some more in this sites and found that i could be something about OpenGL ES 2.0, so i went and check. I found that in my Edit -> Graphics Emulation , i already have checked in OpenGL ES 2.0 (and also in player setting is 2.0 too)
when i tried changing to 1.1 or no OpenGL ES, Unity CRASH .
Conclusion :
- i have problem building project into Android but almost everything has not shown
- every UIs in my Unity's gone pink
Thanks very much for helps
