Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0b4
Issue ID
1090168
Regression
No
[MainModule] CustomCulling set to Pause is not preventing the systems from being updated when off-screen
Repro steps:
1. Play CustomCulling from the attached project
2. Press the spacebar (or use the drop-down) to switch the particle culling to Pause
3. Observe how the FPS remains unchanged
4. Press the Enable Culling checkbox to activate culling via script (from Karl's Unite talks)
5. Observe the FPS improve.
Expected outcome: particle systems with culling mode set to Pause to not impact performance while off-screen.
Actual results: switching the culling mode does not seem to affect anything
Notes:
- not a regression, a new feature
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment