Search Issue Tracker
Active
Under Consideration for 2022.3.X
Fixed in 6000.1.0b7, 6000.2.0a4
Votes
0
Found in
2022.3.56f1
6000.1.0b3
6000.2.0a1
7000.0.0a1
Issue ID
UUM-95321
Regression
No
Deleting the property in the Blackboard and then creating the different type property with the same name throws an error
How to reproduce:
1. Create a new Unity Project
2. In the project window, right-click -> Create -> Shader Graph -> Blank Shader Graph and open it
3. In the Blackboard, click the "+" sign and add the "Float" property with the name "test"
4. Delete the property and add the "Vector2" property with the name "test"
5. Observe the Console
Expected results: No errors are thrown
Actual results: "Property _test already exists in the property sheet with a different type: 0" error is thrown
Reproducible with: 2022.3.56f1, 6000.0.34f1, 6000.1.0b3
Reproducible on: macOS Sequoia 15.1 (M1)
Not reproducible on: No other environment tested
Notes: Reproducible only when creating the new property for the first time
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment