Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to v1.0.1 #6

Merged
merged 5 commits into from Aug 14, 2021
Merged

Upgrade to v1.0.1 #6

merged 5 commits into from Aug 14, 2021

Conversation

sliptrixx
Copy link
Member

This update comes with a couple of bug fixes and improvements addressing the following issues

  • Errors building with release mode: Games using this package couldn't build in release mode due to me not defining an editor assembly definition inside the package editor folder. It should be fixed now.
  • Input Bleeding: I've implemented a class called ConsoleInfo which contains static variables called IsHovered and IsTextboxFocused. These variables can help developers with preventing input bleeding from the console to the game.
  • Admin Access: Admin access is now granted across a unity session. It's a small workflow enhancement that makes sure that the developer only enters the password once per Unity session.
  • Editability: As I started using this package in my game, I realized how packages aren't editable. This means that default command assets cannot be marked to be ignored by the scan. So I've removed it altogether. If needed please add it to your assets folder.

Known issues

  • Scan button doesn't reserialize the command list. For now, press the add and subtract buttons in the list after scanning for unity to serialize until I figure out a solution for it.

This fixes the issue where games with Hibzz Console doesn't build in release mode
This will help other developers to prevent input bleeding
The users may create them if they want to
@sliptrixx sliptrixx added bug Something isn't working enhancement New feature or request labels Aug 14, 2021
@sliptrixx sliptrixx self-assigned this Aug 14, 2021
@sliptrixx sliptrixx merged commit 40b7896 into main Aug 14, 2021
@sliptrixx sliptrixx deleted the v1.0.1 branch August 14, 2021 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant