Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.4f1
Issue ID
788320
Regression
No
Animation.Update update Calls if GameObject is disabled by script
Steps to reproduce:
1) Download attached project 'TestAnimationProject.zip' and open in Unity.
2) Press Play and check Profiler.
Note: you should see 'Animation.Update' Calls. (Objects been disabled by script).(see attached image 'disabledAll.png').
3) Stop Play mode.
4) Select all 'GameObject xx' (should be around 1000) in Hierarchy. Disable all objects through Inspector.
5) Press Play and you should note that Animation.Update wasn't even called.
Expected result: If game object is disabled, Animation.Update should not being called.
Reproduced with: 5.2.4f1, 5.3.6p4, 5.4.0p4, 5.5.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
Add comment