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
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Add comment