Search Issue Tracker
Fixed in 2019.3.X
Votes
1
Found in
2019.3.0a7
2020.1.0a1
Issue ID
1179390
Regression
Yes
[Scripting] EditorUtility.CollectDependencies always returns null
The Unity scripting API EditorUtility.CollectDependencies() always returns null and doesn't function at all.
How to reproduce:
1. Open tester-attached project (CollectDependencies)
2. From the menu bar select BUG > Collect Dependencies
Expected result: dependencies are collected successfully
Actual result: a message stating that dependencies returned null is logged in the Console
Reproducible with: 2019.3.0a7, 2019.3.0b1, 2020.1.0a1
Not reproducible with: 2017.4.32f1, 2018.4.7f1, 2019.2.3f1, 2019.3.0a6
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
julian-moschuering
Sep 09, 2019 08:56
For anyone interested: Workaround using the new API's:
https://gist.github.com/ArchyInf/c3917efc905a4be3c521eddc8cd5414f
Note: GetTypeDB must be cached as it executes a compilation step for the standalone libraries which takes some time.