brunomikoski / Animation-Sequencer

A visual tool that allows you to create animated sequences of tweens and tweak them on editor time.
MIT License
960 stars 116 forks source link

namespace AnimationSequencerController could not be found after upgrading animation sequencer #62

Closed pourya0111 closed 1 year ago

pourya0111 commented 1 year ago

it was woking perfectly untill i upgraded to latest version now i have error when i try to access to animationsequencercontroller to handle my sequences! even thought that i already added using BrunoMikoski.AnimationSequencer;

Assets\WeaponInventoryInspector.cs(9,9): error CS0246: The type or namespace name 'AnimationSequencerController' could not be found (are you missing a using directive or an assembly reference?)

pourya0111 commented 1 year ago

alright , that was a unity bug , after restarting unity it solved , but here is a reminder for you guys out there after importing new version of animation sequencer all of your done animations will be gone!! so have a backup