hi,
i want to add “Del” or what other people like to call “backspace” shortcut text to a generic menu item
like in the example bellow, the code is _b for the shortcut text B

does anyone know the right code to put
Thanx
hi,
i want to add “Del” or what other people like to call “backspace” shortcut text to a generic menu item
like in the example bellow, the code is _b for the shortcut text B
does anyone know the right code to put
Thanx
Backspace isn’t supported as a special character in menu items. The full list is here: Unity - Scripting API: MenuItem
EDIT: The documentation is not accurate, see below.
thanx for the answer
@Madgvox it is actually supported
the appropriate code is “_DEL” in case someone is looking the answer
Well found! This is certainly not the first time that the Unity documentation has been incomplete or inaccurate.