Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
2017.2.0a3
Issue ID
921121
Regression
Yes
Animantion events does not trigger if animation has less than two frames
If animation has less than two keyframes, events will not be triggered. Using one keyframe also does not work.
To reproduce:
1. Open attached project "New Unity Project 1.zip"
2. Open "events.unity" scene
3. Select "Cube Event" game object from the hierarchy
4. Open Animation window and observe as there is one event placed on 0.0 timeline
5. Enter play mode and observe the console as there are no logs
6. Exit play mode
7. Disable "Cube Event" game object and enable "Cube Keyframes"
8. Observe in the Animation window as it has the same event but with two keyframes
9. Enter play mode
10. Observe in the console as log are being registered
Expected result: events are triggered even without keyframes
Actual result: events are not triggered when having less than two keyframes
Reproduced on: 5.6.1f1 2017.1.0b10 2017.2.0a4
Not reproduced on: 5.5.4f1
Regression introduced on: 5.6.0b3
Also reproduced on: 5.6.0b4
Also not reproduced on: 5.6.0a1 5.6.0b1 5.6.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor does not recognize button release when first releasing the "LShift" button and then "Numpad2"
- Reflection Probe doesn't load until it's selected in the Hierarchy window when the project has been opened
- "ArgumentNullException" error in the Console when selecting certain ScriptableObjects and entering Play Mode
- Configurable joints become bouncier when setting "Bounciness" below 1
- Prefabs get corrupted when editing Particle System curves
Add comment