Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

5.50f2 - new bug setting tags.

Discussion in '5.5 Beta' started by sgower, Nov 26, 2016.

  1. sgower

    sgower

    Joined:
    Mar 9, 2015
    Posts:
    316
    loadButton.tag = "loadButton";
    results in:
    "Tag: l is not defined"

    saveButton.tag = "saveButton";
    results in:
    "Tag: s is not defined"

    So it's trying to set the tag to the first character of whatever you pass.
     
  2. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,320
  3. sgower

    sgower

    Joined:
    Mar 9, 2015
    Posts:
    316
    Yes. As the above shows, for some reason it's trying to set the tag to be only the first letter of the string being passed. Seems like a weird error to be introduced, but should be easy to fix.
     
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,277
    Did you file a bug report?
     
  5. sgower

    sgower

    Joined:
    Mar 9, 2015
    Posts:
    316
    I did: Case 854916
     
    karl_jones likes this.