Search Unity

Bug Report about "MenuItem[];" for UNITY version "3.x to 4.x"

Discussion in 'Scripting' started by johndii91, Apr 23, 2014.

  1. johndii91

    johndii91

    Joined:
    Apr 4, 2014
    Posts:
    1
    Somebody found a major bug on MenuItem[]; because when I was following a video, It probably worked on his MacOs computer and people with Windows OS encountered this prob most I think.

    Here was the bug that some guy fixed:

    @LRMANIA It's the awesomemess bug I ever seen... Is your "MenuItem" (Prefab) and "MenuItem" (Script) have same name? Rename the script to "menuItem". And "var MenuItems:MenuItem[];" to "var MenuItems:menuItem[];" This help me.

    I followed his method and it worked.