mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-27 05:12:32 -05:00
fix task UNITY_WEBGL
This commit is contained in:
@@ -26,7 +26,7 @@ namespace VRM.Samples
|
||||
[SerializeField, Header("runtime")]
|
||||
VRMFirstPerson m_firstPerson;
|
||||
|
||||
#if (NET_4_6 && UNITY_2017_1_OR_NEWER)
|
||||
#if (NET_4_6 && UNITY_2017_1_OR_NEWER && !UNITY_WEBGL)
|
||||
VRMBlendShapeProxy m_blendShape;
|
||||
|
||||
void SetupTarget()
|
||||
|
||||
Reference in New Issue
Block a user