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