Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
9.0.0
Issue ID
1222540
Regression
No
[Shadergraph] Enum Keyword Entry Name Field has no character limit cap, exception occurs with long names
Repro Steps:
1. Create a Shadergraph with URP set
2. Open it and create a Enum Keyword Node
3. Select Entry Name and copy paste 5000 words of lorem Ipsum ( https://www.lipsum.com/ )
Actual Results:
The following Exception occurs:
_"MakeTextMeshHandle: text is too long and generates too many vertices
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)"_
Expected Results:
The character length for acceptable strings would be capped to prevent the exception from occurring
Reproduced on:
Editor 2019.3.2f1, Shadergraph v7.1.8
Editor 2020.1.0a23, Shadergraph v9.0.0
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
- [Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
- UI Builder Viewport's Tool Gizmo has deadzones
- SpriteShapes are rendered using multiple draw calls when the SRP Batcher determines their nodes are incompatible in a specific project
- UI Toolkit Debugger "Pick Element" selects Scene view panel when trying to select a world space UI element in the Scene view
- MSAA warnings are thrown when custom post-processing is used and the Scene contains transparent GameObjects
Resolution Note:
Minor issue that's easy to avoid. If you run into this issue there's proper error messaging you what's wrong, and it's easy to fix on your own. Closing as won't fix.