Update ManageAsset.cs

Silly mistake I made with a rush to fix the previous bug, will be more cautious and run through the test in the future.
main
Scriptwonder 2025-07-08 02:37:08 -04:00
parent 1e8862aa4b
commit 7b3b562c72
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +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
string propName = "_Color"; // Default main color
try {
if (colorArr.Count >= 3)
{