Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: xtimus on October 20, 2014, 01:14:55 PM

Title: NGUI dependency on Unity GUI and iTween Camera Fade
Post 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?
Title: Re: NGUI dependency on Unity GUI and iTween Camera Fade
Post by: Nicki on October 20, 2014, 06:00:51 PM
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.