Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
2
Found in
2022.3.3f1
2023.1.1f1
2023.2.0a20
Issue ID
UUM-40768
Regression
No
Scriptable Objects do not get created when generating from Source Generators
Reproduction steps:
1. Open the attached “Test Project” project
2. Create a new Asset by right-clicking in the Project window and selecting Create > Scriptable Values > ClassTest
3. Observe the newly created SO in the Inspector window
Expected result: The “Script” variable is set to an appropriate Script
Actual result: The “Script” variable is not set to anything
Reproducible with: 2022.3.3f1, 2023.1.1f1, 2023.2.0a20
Couldn’t test with: 2021.3.27f1 - No support for “GenerateScriptableValue”
Reproducible on: Windows 10
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Today we only support this kind of behavior when the cs file are imported.
The reason is that is how we deterministically track its ID, the ID are part of the *.cs.meta file.
Hopefully we can solve this at a later time, but currently this is sadly not something we can handle.
Resolution Note (2023.2.X):
Today we only support this kind of behavior when the cs file are imported.
The reason is that is how we deterministically track its ID, the ID are part of the *.cs.meta file.
Hopefully we can solve this at a later time, but currently this is sadly not something we can handle.