Author Topic: NGUI context menu missing in latest Unity  (Read 2829 times)

greyhoundgames

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 39
    • View Profile
NGUI context menu missing in latest Unity
« on: July 21, 2014, 11:52:45 AM »
Me and my coworker are using the same git repo. I updated unity(the one that just came out a few days ago) and he did not. Otherwise they are identical. I have lost my NGUI context menus.
Anyone else seeing this?

SoullessDreamer

  • Newbie
  • *
  • Thank You
  • -Given: 8
  • -Receive: 0
  • Posts: 16
    • View Profile
Re: NGUI context menu missing in latest Unity
« Reply #1 on: July 21, 2014, 02:12:38 PM »
I updated to 4.5.2f1 from 4.5.1f3 and the context menu is there but I did have an issue similar to yours. It might help you. Here is the post(at the bottom) http://www.tasharen.com/forum/index.php?topic=10451.0 I had started a UI of my own before I bought this amazing program. It seems having a GUISkin activated takes the pulldown menu out of Unity. I don't know if this is a bug or something that is supposed to happen.(I was going to take this script out anyway it did however take a some trouble shooting to figure it out.)

Also start a new project, if the menu is there in a blank project then I would look in your code and see if there is anything that 'might' conflict.

I hope this helps.

greyhoundgames

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 39
    • View Profile
Re: NGUI context menu missing in latest Unity
« Reply #2 on: July 21, 2014, 03:23:17 PM »
Hey. Thanks for the input. Unfortunately this doesn't fit because this is a project I have been working on for a long time, and my co-worker is on the exact same code base, and this did not happen to him. Removing and adding ngui back does nothing for me as well.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI context menu missing in latest Unity
« Reply #3 on: July 21, 2014, 06:38:09 PM »
What is your OS? I'm not aware of any such issues, but I'm on 4.5.1. I'll try updating and post if I notice anything.

greyhoundgames

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 39
    • View Profile
Re: NGUI context menu missing in latest Unity
« Reply #4 on: July 22, 2014, 12:50:18 AM »
This randomly fixed itself after I deleted some materials.. No idea what was going on.