How do I use NGUI with Javascript?
What does this warning mean?
“Parent of “ABC” does not have a uniform absolute scale. Consider re-parenting to a uniformly-scaled game object instead.”
In my project none of the mouse events seem to affect the UI. Why?
How to change the text of a label dynamically?
Why does my UI look so blurry when I hit Play?
Why do all the examples with a scroll view look messed up? Everything inside the scroll view looks like it's made out of colored squares!
Why is my stuff not getting clipped by my clipped panel?1. Check to make sure that you have shaders turned on. This means NOT targeting GLES 1.1, and NOT having your quality set to Fastest.
Destroying GameObjects immediately is not permitted during physics trigger/contact or animation event callbacks.Don't disable/destroy anything in OnTriggerEnter() / OnCollisionEnter() functions. You can only do it in the main thread. Do this instead:
I get crashed or weird behaviour on Android!Turn off "Multi-threaded rendering". It's a Unity bug: http://forum.unity3d.com/threads/211913-4-3-Multithreaded-rendering-crashes-when-running-on-device