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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment