mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 22:50:08 -05:00
add VRMShaders dependency to UniHumanoid.asmdef
This commit is contained in:
parent
9dc2802621
commit
c74440086b
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2,7 +2,8 @@
|
|||
"name": "UniHumanoid",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:1cd941934d098654fa21a13f28346412"
|
||||
"GUID:1cd941934d098654fa21a13f28346412",
|
||||
"GUID:da3e51d19d51a544fa14d43fee843098"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user