Author Topic: Update to 2.63 throws a warning about UpdateManager  (Read 4054 times)

Tiles

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 35
    • View Profile
Update to 2.63 throws a warning about UpdateManager
« on: July 13, 2013, 01:35:59 PM »
Unity 4.15 free. I´ve updated to Ngui 2.63. And get a warning now:

  1. Assets/NGUI/Examples/Scripts/Other/UpdateManager.cs(41,16): warning CS0436: The type `UpdateManager' conflicts with the imported type `UpdateManager'. Ignoring the imported type definition

What do i need to fix this?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Update to 2.63 throws a warning about UpdateManager
« Reply #1 on: July 13, 2013, 08:25:53 PM »
You need to follow upgrade instructions carefully.

1. Start a new scene.
2. Delete the NGUI folder.
3. Import from the updated package.

If you miss step 1, you get weird issues. If you miss step 2, you get errors like yours.

Tiles

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 35
    • View Profile
Re: Update to 2.63 throws a warning about UpdateManager
« Reply #2 on: July 15, 2013, 02:49:16 AM »
That fixed the issue. Many thanks :)