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
- Lighting Data asset is not created when baking multiple Scenes at the same time
- Performance issues when instantiating a recognizer under UnityEngine.Windows.Speech
- Build fails with "Exception: Unity.IL2CPP.Building.BuilderFailedException: Build failed with 0 successful nodes and 0 failed ones" when building the project for iOS
- [Android] .aab Build fails when using Asset Bundles
- Builds fail without a useful error message when building a project with invalid product name
Add comment