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

@@ -78,7 +78,7 @@ namespace Invector.vCharacterController.AI
if (GUI.changed && charObj != null && charObj.GetComponent<vSimpleMeleeAI_Controller>() == null)
{
humanoidpreview = Editor.CreateEditor(charObj);
humanoidpreview = UnityEditor.Editor.CreateEditor(charObj);
}
if (charObj != null && charObj.GetComponent<vSimpleMeleeAI_Controller>() != null)