Search Issue Tracker
Fixed in 1.0.0-preview
Votes
0
Found in [Package]
0.3.0 - preview
Issue ID
1082379
Regression
Yes
AssetReference fails to draw when they are more than 1 level deep in the Data Hierarchy
To reproduce:
1. Download attached project "AddressableBug.zip" and open in Unity
2. Open "SampleScene" scene
3. Select "New Test Scriptable" in Project window
4. Try to expand the lists of "Inner" in Inspector window
Expected result: The lists expand successfully and reveal more lists
Actual result: Expanding lists reveal blank spaces and in Console there will be printed errors
Notes:
- This issue appears on Windows and OSX
- Errors are shared in Comments section
- Each "Inner" contains an "AssetReference" to be drawn, but because the drawing code is trying to find "innerRef" on the outer "target" that is currently the highlighted New Test Scriptable, there is no such field on the scriptable object
- Could not check for regression between Unity 2018.2.0b2 and 2018.2.0b9 because the project becomes corrupted
Reproduced on Unity 2018.2.0b9, 2018.2.8f1, 2018.3.0b2 and 2019.1.0a1
Not reproduced on Unity 2018.1.9f2 and 2018.2.0b2
Regression is somewhere between Unity 2018.2.0b2 and 2018.2.0b9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment