Search Issue Tracker
By Design
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
- Inconsistent Placement of Search Clear (X) Icon in "Preset Manager"
- Gradient Editor window bottom-right gradient marker color is incorrect
- MaskField tooltips should only display Value when bound
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
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.