Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: xtimus on October 20, 2014, 01:14:55 PM
-
Hello,
I was wondering if NGUI relies on the Unity GUI system. Unity 4.6 has a new GUI system with legacy support for the old system.
What I want to do is use iTween's Camera.Fade with GUI but it wasn't working for Unity's old GUI system.
Does NGUI's GUI system work with Screen Fading such as with iTween's Camera Fade?
-
It does not rely on uGUI.
I don't quite know what iTween's Camera.Fade does, but you can achieve a fade to black by tweening the alpha of a black sprite on the whole screen.