Update ManageAsset.cs
parent
8211d85563
commit
fb8be3b1c5
|
|
@ -907,9 +907,9 @@ namespace UnityMcpBridge.Editor.Tools
|
|||
);
|
||||
}
|
||||
}
|
||||
} else if (properties["_Color"] is JArray colorArr) //Current Prevention for systems that use _Color instead of color
|
||||
} else if (properties["color"] is JArray colorArr) //Current Prevention for systems that use _Color instead of color
|
||||
{
|
||||
string propName = "_Color"; // Default main color
|
||||
string propName = "_Color";
|
||||
try {
|
||||
if (colorArr.Count >= 3)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue