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
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
- Copied and Pasted States appear in a set location instead of where the Users cursor is located at when using the Pasting Shortcut
- Animator Component information box text is not centered
Add comment