fix task UNITY_WEBGL

This commit is contained in:
j-hirose
2019-06-03 18:02:19 +09:00
parent f9cb30629c
commit e58de0d55b
2 changed files with 2 additions and 2 deletions

View File

@@ -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()