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
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
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.