Search Issue Tracker
By Design
Votes
65
Found in
5.3.1p2
Issue ID
765766
Regression
No
Loading a scene async creates huge performance spikes for the GPU
To reproduce the issue follow the steps:
1. Open "TestLoading" project
2. Build the project in development mode
3. Start the build and connect to the profiler (make sure to look at the GPU)
4. Press any key to load the scene
5. Notice that spikes appears on the GPU.
They will probably be tagged as RenderTexture.SetActive
Screenshot:
http://screencast.com/t/WNQSdI7KVQq
Reproduced in 5.3.2p4, 5.3.1p2, 5.4.0b6
Comments (11)
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
- [iOS] Application frequently crashes on Social.LoadAchievements call when many achievements are registered
- Errors “RenderPass: Attachment 0 is declared as depth attachment but RGBA8 sRGB is not a valid depth format.“ and “BeginSubPass: Not inside a Renderpass“ are present when using Native RenderPass with a RenderTexture that only has depth output
- ArgumentOutOfRangeException is thrown when an empty DropdownField is clicked at runtime
- [tvOS] "EXC_BAD_ACCESS" error is thrown when Painter2D.ClosePath is called
- Bad Naming Convention in Shortcuts Window for Sprite Shape Editing
alexandre-fiset
Feb 23, 2016 19:55
Yes.