Update ManageAsset.cs

main
Shutong Wu 2025-07-07 15:43:34 -04:00
parent 85c947a34e
commit 1e8862aa4b
1 changed files with 1 additions and 0 deletions

View File

@ -893,6 +893,7 @@ namespace UnityMcpBridge.Editor.Tools
}
} else if (properties["_Color"] is JArray colorArr) //Current Prevention for systems that use _Color instead of color
{
string propName = colorProps["name"]?.ToString() ?? "_Color"; // Default main color
try {
if (colorArr.Count >= 3)
{