Search Issue Tracker
Fixed in 9.0.0
Votes
0
Found in [Package]
7.0.1
Issue ID
1205411
Regression
Yes
[Shader Graph] Property's reference names are allowed to start with a number, plugging it in results in a parse error
Repros in 7.0.1, 7.1.7, and SRP master
Doesn't repro in 6.9.1
Repro steps:
1. Create a shadergraph and open it
2. Add a blackboard property
3. Name the property anything beginning with a number
4. Drag the property onto the graph and plug it into the master node
Expected result: if you name the property something starting with a number, it will prefix it with an underscore (this is the behavior in 6.9.1 and earlier)
Actual result: you are allowed to name the property something starting with a number, and plugging it in will cause parse errors on the master node.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
Add comment