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
- Unable to switch to either Facebook Instant Games/Meta Quest in the Build Profile
- Error "IndexOutOfRangeException: Index was outside the bounds of the array" logged when selecting an Element in UI Builder with a specific setup
- "native code called abort()" is thrown in WebGL player when loading first scene
- Crash on core::base_hash_set when importing a specific package
- SettingsService.NotifySettingsProviderChanged() Doesn't Call OnDeactivate for Existing SettingsProviders when new ServiceProvider is created
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.