Search Issue Tracker
Fixed in 11.0.X
Votes
0
Found in [Package]
10.0
Issue ID
1287335
Regression
No
[Shadergraph] Choosing two enum keyword display names that don't overlap but make the reference names overlap causes desync
Repro steps:
1. Create an enum keyword in shader graph
2. Name the first entry "A"
3. Name the second entry "a"
Expected result: the input should detect that the sanitized name will overlap and change the display name of the second entry to prevent this
Actual result: the reference name is sanitized to something that's different from the sanitized version of the display name, with makes it so the enum will no longer work correctly
Doc ticket: https://unity3d.atlassian.net/browse/DOC-2830
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
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
- Visual artifacts when the normal map is using mipmap and Bilinear filtering or Point filtering in URP Lit shader
- Crash on MonoBehaviour::VirtualRedirectTransfer when closing Editor after removing HDPR and importing Water Samples before
- Scene from a specific project is stuck loading in the Web Player with the "Uncaught (in promise) TypeError" error thrown in the browser console
Resolution Note (fix version 11.0):
Will be fixed in the 11.0 release