add VRMShaders dependency to UniHumanoid.asmdef

This commit is contained in:
ousttrue 2024-01-23 13:15:48 +09:00
parent 9dc2802621
commit c74440086b
2 changed files with 7 additions and 5 deletions

View File

@ -252,9 +252,10 @@ namespace UniHumanoid
}
else
{
#if VRM_DEVELOP
Debug.LogWarningFormat("{0} not found", headTail.Head);
#endif
if (VRMShaders.Symbols.VRM_DEVELOP)
{
Debug.LogWarningFormat("{0} not found", headTail.Head);
}
}
}
@ -271,4 +272,4 @@ namespace UniHumanoid
return renderer;
}
}
}
}

View File

@ -2,7 +2,8 @@
"name": "UniHumanoid",
"rootNamespace": "",
"references": [
"GUID:1cd941934d098654fa21a13f28346412"
"GUID:1cd941934d098654fa21a13f28346412",
"GUID:da3e51d19d51a544fa14d43fee843098"
],
"includePlatforms": [],
"excludePlatforms": [],