Search Issue Tracker
Fixed in 2020.2.X
Won't Fix in 5.6.X, 2017.1.X
Votes
34
Found in
5.6.2p1
2017.4
2018.4
2019.3
Issue ID
935529
Regression
No
Unloading an AssetBundle that contains a material causes a call to FindObjectsOfType
Steps to reproduce:
1. Open attached project
2. Open "Main" scene
3. Open profiler and select CPU usage section
4. Click "L" button to load the AssetBundle
5. Click "U" to unload the AssetBundle
- Inspect the profiler when unloading happened
Result: Unloading an AssetBundle that contains a material causes a call to FindObjectsOfType()
Problem: This could cause performance issues, especially with very large scenes with many objects
Expected result: The functionality of unloading AssetBundles should be optimised because calling FindObjectsOfType() would cause performance issues on large scenes.
Reproduced with: 5.6.2p4, 2017.1.0p1, 2017.2.0b3, 2017.3.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Add comment