Author Topic: very annoying NGUI bug in Unity5  (Read 12288 times)

arkon3

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 71
    • View Profile
very annoying NGUI bug in Unity5
« on: March 08, 2015, 08:11:49 PM »
When you move a game object with a NGUI component in it from the Hierarchy to the project window, for example to make a prefab of it. after it moves it creates a new UIRoot with a camera attached in the root of the Hierarchy. this new camera removes some of the attributes from the actual NGUI camera in the scene and all the sprites disappear. To fix you have to delete the stuff it added to the root and go fix your camera settings.

See picture for an example, tower was moved to resources folder and a root was added to the scene.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: very annoying NGUI bug in Unity5
« Reply #1 on: March 10, 2015, 08:12:57 PM »
Thanks, I'll have a look at it.