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