Search Issue Tracker
In Progress
Fix In Review for 1.9.6
Votes
1
Found in [Package]
1.9.4
Issue ID
UVSB-2550
Regression
Yes
Property Provider is generated in the wrong location when the PropertyDrawer is from a custom Assembly
Reproduction steps:
1. Open the attached “BugRepro” project
2. In the Project Settings window (Edit > Project Settings…), Generate Custom Inspector Properties (Visual Scripting > Generate)
3. In the Project window, enter “PropertyProvider_MyEditorClass” in the Search bar
4. Select the Script from the search results and observe its path
Expected result: The Script’s path should be “…/Property Providers/Editor/PropertyProvider_MyEditorClass”
Actual result: The “MyEditorAssembly” Assembly Definition Platform is ignored, resulting in the Script’s path being “…/Property Providers/PropertyProvider_MyEditorClass”
Reproducible with: 1.9.0 (2021.3.29f1, 2022.3.7f1), 1.9.4 (2021.3.38f1, 2022.3.29f1, 6000.0.2f1)
Not reproducible with: 1.8.0 (2021.3.29f1, 2022.3.7f1)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Add comment