Код: Выделить всё
Assets\Scripts\Animatronic AI\Freddy.cs(2,19): error CS0234: The type or namespace name 'Animations' does not exist in the namespace 'UnityEditor' (are you missing an assembly reference?)
Код: Выделить всё
using UnityEditor.Animations;
Код: Выделить всё
using UnityEditor.Animations;
Код: Выделить всё
#if UNITY_EDITOR
using UnityEditor.Animations;
#endif
Код: Выделить всё
Assets\Scripts\Animatronic AI\Freddy.cs(23,12): error CS0246: The type or namespace name 'AnimatorController' could not be found (are you missing a using directive or an assembly reference?)
Подробнее здесь: https://stackoverflow.com/questions/785 ... animations