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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Add comment