Skip to content

[Unity] [Tab-Swap] [InputField] [Tool] Unity addon for swapping fields in order by pressing TAB

Notifications You must be signed in to change notification settings

limelight-mint/LLM-TabHotInputs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LLM-TabHotInputs

Have you tried to press TAB when its 2 or more fields to quickly swap between them but you just getting annoyed cause nothing happening? Fear no more! That plugin does that, supports new InputSystem and old one as well!

Ok but how to actually use it?

Default extension requires TMP (TextMeshPro) packet but you can re-write to your own fields.



1. Clone repo to your assets

git clone https://github.com/limelight-mint/LLM-TabHotInputs.git

2. If you seeing this error, thats fine, delete the folder you dont need (either TabSystem/NewInputSystem or TabSystem/OldInputSystem). If you dont know what it means, use the Old one and delete the New one!

New Input System Error Pic

3. Drag n drop script TabSystem/{YourInput}/TabSystem{yourInput}.cs whenever you like (usually a parent or a canvas) and drag-n-drop fields that will be swappable:

Swappable Inputs Pic

Tip

You can change a button (it can be not only TAB but any button like Joystic button or Keypad)



Note

If you want to make a custom swap you can inherit TabSystemBase.cs and re-write some logic

About

[Unity] [Tab-Swap] [InputField] [Tool] Unity addon for swapping fields in order by pressing TAB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages