Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2021.3.20f1
2022.2.10f1
2023.1.0b6
2023.2.0a4
Issue ID
UUM-29126
Regression
No
Custom Property Drawers fail to inherit properly when their Assembly's name has a space in it
How to reproduce:
1. Open the attached Project "drawerTest" and load Scene "SampleScene"
2. In the Hierarchy, select the "GameObject" GameObject
3. In the Inspector, under the "Test" Component, swap between the values of "Type"
4. Observe the Color field on the Component
Expected result: the Color is Green for "None" and Red for "Custom"
Actual result: the Color is always Green
Reproducible with: 2021.3.20f1, 2022.2.10f1, 2023.1.0b6, 2023.2.0a4
Could not test with: 2020.3.46f1 (Errors in scripts)
Notes:
- Removing the space from the Assembly Definition Asset's "Name" field makes the Color swap correctly
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Asmdefs with space in it are unsupported.
Unfortunately we miss a warning message in that particular case, but the workaround is quite easy: don't put space in your asmdef names.
Resolution Note (2023.2.X):
Asmdefs with space in it are unsupported.
Unfortunately we miss a warning message in that particular case, but the workaround is quite easy: don't put space in your asmdef names.