mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-11 23:19:00 +08:00
parent
3b28ea2b14
commit
28523faa59
@ -72,7 +72,9 @@ namespace nadena.dev.modular_avatar.core
|
||||
|
||||
private void Rebind()
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
if (this == null) return;
|
||||
if (UnityEditor.PrefabUtility.IsPartOfPrefabAsset(this)) return;
|
||||
|
||||
_editorBindings = new List<EditorBlendshapeBinding>();
|
||||
|
||||
@ -110,6 +112,7 @@ namespace nadena.dev.modular_avatar.core
|
||||
}
|
||||
|
||||
Update();
|
||||
#endif
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
Loading…
x
Reference in New Issue
Block a user