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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.