Author Topic: NGUI dependency on Unity GUI and iTween Camera Fade  (Read 3399 times)

xtimus

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
NGUI dependency on Unity GUI and iTween Camera Fade
« 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?

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: NGUI dependency on Unity GUI and iTween Camera Fade
« Reply #1 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.