Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.3.1p1
Issue ID
761215
Regression
No
Changing AnimatorCullingMode from Always Animate to Cull Completely does not increase FPS
To reproduce:
1. Open attached project ("761215.rar")
2. Open "Demo" scene
3. Select Maximize on play in the Game window
4. Adjust position of Main Camera so that only part of instantiated game objects could be seen
5. Open Profiler
6. Play the scene
7. Wait a bit, notice that animation is playing fast on visible game objects (Culling Mode is Cull Completely)
8. Click "Always Animate" button
9. Wait a bit, notice that animation slows down
10. Click "Cull Completely" button
Actual behavior: After selecting Cull Completely in step 10, FPS does not increase (see pic below)
Note: if FPS is the same in 7 and 9 steps, try to change "Count" property in Sphere game object
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
- New Artifact generated for Video when reimporting with identical settings
- “ArgumentOutOfRangeException: Length cannot be less than zero.“ error or “NullReferenceException: Object reference not set to an instance of an object“ error is thrown when CoreUnsafeUtils.FixedBufferStringQueue reads out of bounds
- URPPreprocessBuild.OnPostProcessBuild is never executed when building the Player
Add comment