Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.2.17f1
2018.3.0a1
Issue ID
1104874
Regression
Yes
AssetDatabase.LoadAllAssetsAtPath fails to load built in assets
In Unity 2018.2, when attempting to use the "AssetDatabase.LoadAllAssetsAtPath" to load the assets from either "Library/unity default resources" or "Resources/unity_builtin_extra", a Object[] is returned populated with the corresponding assets stored within. However, if you attempt to do this in Unity 2018.3, the returned Object[] is empty.
To reproduce:
1. Download attached project "2018.2 - LoadDefaultandBuiltinResources.zip and open in Unity
2. Press the Menu item labelled "Tests" and execute both functions "Library > unity default resources" and "Resources > unity_builtin_extra"
3. Observe that the text printed to the Console states that no objects were loaded
Expected behavior: Using LoadAllAssetsAtPath to load the paths would load the objects stored at the path
Actual behavior: Using LoadAllAssetsAtPath to load the paths does not load objects stored at paths, and leaves the expecting Object[] empty
Notes:
- This issue appears on both Windows and macOS
Reproduced on Unity 2018.3.0a1, 2018.3.0f1 and 2019.1.0a11
Not reproduced on Unity 2018.2.19f1
Regression on Unity 2018.3.0a1
Comments (2)
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
- Clear Dynamic Data On Build does not clear data after a clean build when the Atlas Population Mode is set to "Dynamic" or "Dynamic OS"
- A tile from the wrong layer gets selected in the Tile Palette when an Aseprite file with multiple layers is imported as a Tile Set
- Particle geometry is inverted, billboard is not lit, not receiving shadows in cubemap reflection when Render Alignment is set to View
- Menu bar list orders change when Domain Reload is performed
- Unity Hub Module icons wrap poorly when they occupy two rows
TiagoTFG
Feb 28, 2019 01:39
Is this coming for 2018.3.x anyhow?