Tap on command suggestions to autocomplete #113
Closed
briezar
started this conversation in
Show and tell
Replies: 2 comments 6 replies
|
Implemented these features in v1.8.4. |
0 replies
|
Hi @yasirkula, I've updated from 1.8.3 to 1.8.7 and noticed that two features mentioned in this discussion don't seem to work in my project:
I'm using the latest release (1.8.7) and haven't modified the plugin code. Are there any additional setup steps required to enable these features? Thanks! |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently the only way to autocomplete a suggestion is by hitting Tab, which is not available on mobile devices. These scripts add the ability to tap on a suggestion to autocomplete, along with a QOL addition to save popup position upon exiting the game (the thing you click to expand the console).
Usage: Attach the DebugConsoleHelper onto your IngameDebugConsole prefab and it should work out-of-the-box, unless you modify the original structure.
It uses legacy InputSystem so you might need to change a bit if you use the new one.
Yes it could have been shorter/could've been a PR, but it's quicker for me to just slap around some of my existing solutions to solve this problem.
DebugConsoleHelper.cs
StringUtils.cs
StringExtensions.cs
All reactions