Search Issue Tracker
Fixed
Votes
0
Found in
2022.3.13f1
2023.3.0a13
Issue ID
UUM-55392
Regression
Yes
Properties can't be added to the Shader Graph after trying to convert a node to a Property
How to reproduce:
1. Create a new URP Template project
2. Right-click in the Project window → Create → Shader Graph → Choose any Shader Graph Template
3. Open the Shader Graph and create the “Texture 2D Asset” node
4. Right-click on the node → Convert to → Property
5. Add the Property by clicking the plus button on the left side of the Shader Graph window
Expected result: There are no errors after trying to convert the node to Property and the Properties can be added
Actual result: There are three errors in the Console after trying to convert the node and Properties can’t be added after that
Reproducible with: 2022.3.12f1, 2022.3.13f1, 2023.3.0a13
Not reproducible with: 2021.3.32f1, 2022.3.11f1, 2023.1.19f1, 2023.2.0b17
Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested
Notes:
-After that, the Shader Graph remains broken even after the Unity restart
-This bug sometimes carries to the other Shader Graphs without converting the node there but usually newly created Shader Graphs work fine
-If you don’t try to convert the node, the Properties can be added without problems
-Reproducible with all the nodes that can be converted to Properties
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note:
Fixed by another internal issue: UUM-55342: Cannot convert value node to Property