Search Unity

Weird button warning

Discussion in 'UGUI & TextMesh Pro' started by Edgaras-Randis, Feb 17, 2015.

  1. studentvz

    studentvz

    Joined:
    Dec 14, 2014
    Posts:
    149
    You can then again switch it back to "Color tint" and warnings will not appear. Some bug probably.
     
    NicoL3AS likes this.
  2. dhurstdev

    dhurstdev

    Joined:
    Apr 15, 2016
    Posts:
    1
    If the error is from AssetDatabase.Refresh(): "Parameter 'Normal' does not exist.
    UnityEditor.AssetDatabase:Refresh()", you can put the Refresh call in a Couroutine with "yield return null;" before it, to fix the warning.
     
  3. Duka0

    Duka0

    Joined:
    Mar 17, 2014
    Posts:
    5
    Yeah! It worked! Thank you!