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
- “ArgumentException: SetData()“ error when making a character with PSDImporter under specific conditions
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
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.