mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 21:14:19 -05:00
commit
16a418e12c
|
|
@ -69,6 +69,10 @@ namespace VRM
|
|||
|
||||
private void OnEnable()
|
||||
{
|
||||
if (target == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
m_target = (VRMMetaObject)target;
|
||||
|
||||
m_Script = serializedObject.FindProperty("m_Script");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user