FAQ
How do I add shortcuts to specific Hotbar items?
if (Keyboard.current.digit1Key.wasPressedThisFrame)
{
Hotbar.ActivateSlotRemotely(0);
}Last updated
if (Keyboard.current.digit1Key.wasPressedThisFrame)
{
Hotbar.ActivateSlotRemotely(0);
}Last updated