This commit is contained in:
2026-05-30 10:26:17 +07:00
parent 1c0ee6efb7
commit eb0b5343a9
249 changed files with 17209 additions and 2097 deletions

View File

@@ -38,7 +38,7 @@ namespace Invector.vCharacterController
if (charObj)
{
charAnimator = charObj.GetComponent<Animator>();
humanoidpreview = Editor.CreateEditor(charObj);
humanoidpreview = UnityEditor.Editor.CreateEditor(charObj);
}
charExist = charAnimator != null;
@@ -90,7 +90,7 @@ namespace Invector.vCharacterController
if (GUI.changed && charObj != null && charObj.GetComponent<vThirdPersonController>() == null)
{
humanoidpreview = Editor.CreateEditor(charObj);
humanoidpreview = UnityEditor.Editor.CreateEditor(charObj);
}
if (charObj != null && charObj.GetComponent<vThirdPersonController>() != null)