Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
4.6.2f1
Issue ID
671489
Regression
No
Heavy frame caused by loading terrain tile using Application.LoadLevelAsync
To reproduce:
1. Open attached project
2. Open loadTerrainScene.unity
3. Open profiler (disable VSync profiling to make bug more apparant)
4. Press play.
5. Press Keys 0 through 9 individually to load terrain.
6. Observe the spike in the profiler
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2018.3):
This should be better with the Terrain update in 2018.3, which can build basemap on the GPU, and doesn't have to construct custom meshes.