Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
Issue ID
715009
Regression
Yes
Errors thrown when animating objects after saving scene while recording is off
As discussed on the forum here http://forum.unity3d.com/threads/animation-animator-problems.337987/#post-2221440.
1. While working on an animation (in record mode), save the scene.
2. Record mode should turn off automatically.
3. Make a modification in the scene while record mode is off.
4. That modification will be added to the animation, and a single error message will appear.
5. Turn on record mode, save the scene. Record mode will automatically turn off. Repeat multiple times.
6. When making a modification when record mode is off, you will see 1 error message for each time you saved the scene while in record mode.
This tells me that some event is registered when entering record mode, but when saving the scene to turn off record mode, that event is not unregistered.
Reproducible with 5.4.0b3
Regression from 5.3.2p1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment