Author Topic: Latest version  (Read 1361 times)

pad406

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 62
    • View Profile
Latest version
« on: February 04, 2014, 06:52:24 AM »
Hi Aren

You may be aware already, and maybe it's the norm, but I just updated to the latest version and my main scene went crazy. Finally traced it to the fact that there was a scene called MainMenu in a sub directory scenes in the latest update. Just happens to be exactly what I call my main menu!!! Anyway just wanted to let you know in case it was an oversight and might affect others.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Latest version
« Reply #1 on: February 04, 2014, 07:27:31 AM »
What MainMenu? o_O

pad406

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 62
    • View Profile
Re: Latest version
« Reply #2 on: February 04, 2014, 08:12:18 AM »
Hmm, I think I know what happened. As I am totally new to nGUI (you'd never guess would you?  :D) I started my project by copying the example scene, called it MainMenu and saved it in the scenes folder off Assets. When I import the package it seems to be too clever for it's own good and recognizes this and overwrites it, doesn't happen if i do it to a new project.
See attached image.


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Latest version
« Reply #3 on: February 04, 2014, 08:47:19 AM »
Ah yes, that would do it. Unity identifies things by their hidden UID, and if you simply renamed one of NGUI's scenes, then it will be prompted to overwrite when you re-import.