Search Issue Tracker
Fixed
Fixed in 2023.1.0b15, 2023.2.0a11
Votes
3
Found in
2020.3.14f1
2021.3.4f1
2022.2.0a16
2023.2.0a1
Issue ID
UUM-4945
Regression
No
CullScriptable process time increases when decreasing Field of View
Reproduction steps:
1. Open the "TerrainZoomTest.zip" project attached by the user
2. Open the "ZoomTest2Scene" Scene
3. Open the Profiler as a standalone process (Window > Analysis > Profiler (Standalone Process))
4. Enter Play Mode
5. In the Hierarchy, select the "Main Camera" GameObject
6. In the Inspector, set the "Field of View" property to 1
7. Observe the Profiler
Expected result: "CullScriptable" process time is not significantly increased
Actual result: "CullScriptable" process time significantly increased
Reproducible with: 2019.4.29f1, 2020.3.14f1, 2021.1.15f1, 2021.2.0b4, 2022.1.0a2
-
jmw_ifad
Sep 29, 2021 08:43
it's Terrain.HeightMap.RenderStep 1,2 and 3, not TerrainTile renderstep
-
jmw_ifad
Sep 29, 2021 08:40
Profiler shows TerrainTile RenderSteps 1,2 and 3 taking alot of time, for ALL terrain tiles, regardless of which terrain tiles are in view.
Missing early out ??
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Resolution Note (fix version 2023.2.0a11):
Prevents Unity from subdividing areas of the terrain not visible to the camera.
Adds a manual override for the minimum amount of terrain subdivision for use in cases that off-camera terrain needs to be a higher resolution (for shadowmaps etc).