Помогите с unity animator, там ничего нет

открываю window - animation - animator, а там нечего нет

ну то есть просто пустое поле!

почему так?

Не создан Animator Controller?

всмысле?

у меня на объекте на котором анимация на писано

controller - Player

Avatar - None

А объект выбран?
Перезапуск Юнити не помог?

Можно попробовать найти файл контроллера (Player) в списке файлов проекта, если и при его выделении остается пустым, то видимо случилось что-то странное :upside_down_face:
Например, файл повредился.
Поэтому надо использовать системы контроля версий типа Git + бэкапиться.

Как вариант гугл нагуглил такое: https://forum.unity.com/threads/sudden-blank-animator.498278/#post-3378130

  1. Go to Edit -> Project Settings -> Editor, then under Serialization switch it to “Forced Text” if it isn’t already.
  2. Then, find the animation controller you think is causing the issue.
  3. Open the animation controller in a text editor and search for “AnimatorStateMachine”. Under that section there should be at least two places where it says “-serializedVersion: [number[” and then “m_state: {fileID: [number]}”. See if you can find two fileID’s with the same number here.
  4. When you’ve found two duplicates, delete everything from “-serializedVersion: [number]” to “m_Position: {x: [number], y: [number], z: [number]}” in one of the duplicates.
  5. Go back into Unity and see if you can open an animator again. Perhaps close it and re-open it. If the problem persists, you may have more than one corrupt animator file and you’ll have to repeat the process for those.

спасибо большое, помогло) :grinning: