Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Dengao on September 21, 2016, 07:46:23 AM

Title: Ngui Render over Ugui Screen space - overlay.
Post by: Dengao on September 21, 2016, 07:46:23 AM
Hey ! I have a system in Ngui so i want those sprites to render over unitys Gui Screen space - overlay. Is this possible?
Title: Re: Ngui Render over Ugui Screen space - overlay.
Post by: ArenMook on September 23, 2016, 03:44:14 PM
Depends on how the Unity's UI is drawn. If the Unity's UI is using a camera, then it's possible. If it doesn't (and is an overlay UI), then it won't be. Since you mention overlay mode, the likely answer is "no".