Search Issue Tracker
By Design
Votes
0
Found in
5.3.5p7
Issue ID
813561
Regression
No
Mecanim conditional transition not started immediately at end of non-looping animation when conditions are met
How to reproduce:
1. Open the attached project
2. Open and play Scene1 scene
3. Press the button labeled "Reset"
4. If pressed during the animation, the animation will begin again immediately after it has finished
5. If pressed after the animation completes, it will not begin again until after a short delay
Expected: It should restart immediately or the state should never transition. Instead, the state transitions when the normalized time is 2.
By Design because ExitTime is a special kind of condition that is only true during the given time is attained. There aren't any special cases for non-looping animations.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment