Search Issue Tracker
Fixed in 5.0.2
Votes
1
Found in
5.0.0f3
Issue ID
676489
Regression
No
Animation with only one Event at time 0.0 won't fire
How to reproduce:
1. Open attached project (AnimEventBugRepro.zip)
2. Open scene Bug Repro Scene.unity
- The scene contains two game objects so that they both play different animations
- One animation only has an event at 0.0 time and the other has an animation at 0.1 time
3. Play the scene
- Note how the console outputs two messages: one for the Start message and one for the Event call
4. Disable the gameobject that is labeled as working and enable the one that fails
5. Play the scene again
- Note how only one message is printed: only for the Start message
- The failing game object uses an animation with an event at 0.0 time
- The event at 0.0 time will be called if the 0.0 event is not the only thing (event or keyframe) present in the animation
- Note that the event will still fail if there is only one keyframe at time 0.0 (with the event)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Add comment