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
- ScriptUpdater does not work correctly when Chinese(Simplified) language support is enabled and compiler messages are localized
- Crash on VFXValueWrapper::GetTexture when reimporting texture in use by out of bounds VFX
- Crash on RaiseException when watching an Interface Property
- Assembly definition "Any Platform" checkbox is useless and does not follow nested checkbox rules
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
Add comment