Animation-Sequencer
Animation-Sequencer copied to clipboard
[BUG] compilation issue, looping dependency
New cloned developer unnable to get compilation successfully
How to Reproduce
- Import this package and DoTween
- make extension of this package in assets folder (like custom animation steps, or using AnimationSequencer on script)
- commit changes to git
- clone fresh from git & open fresh repo in unity
Tools i used
- Unity 6000.0.42f1
- Animation Sequencer 5.5
- DoTween
What happens?
- compilation error, extension we created is error and can't found reference class from Animation Sequencer, because dependency compilation
Explanation i think because it's a new compilation, and the extension we create is require AnimationSequencer which is hidden because #DOTWEEN_ENABLED symbols so it's error. and DoTween and AnimationSequencer can't make compilation either because there's still an error
do you need me to send example project?