Consider using this free tool

If you would like to quickly add accessibility or to stop coding the same basic features over and over again in Unity I have something for you.

https://youtu.be/J-b-uGYumO0

Download | Website | Documentation | Demo

Main benefits:

  • Save time
  • Add accessibility

How it does in practice

I already used my tool in a game jam. Keep in mind that I used a very old version of it, but I still managed to create impressive results. I have never worked as fast as that Ludum Dare.

Screenshot 2021-05-17 142218.png

The game of my team was also praised for it's settings, remappable inputs (although they were broken at the time) and so much additional fun screwing with the game even after it's completion.

Faster debugging

qASIC comes with an in Game Console and what I call: an Info Displayer. With these both you can easily test out your game and debug it even outside of the editor. You can even use qDebug.ShowValue to display something on screen quickly (something I've added just for this game jam, as I kept doing that in all of my projects).

walking-console.png

Trust me when I say: most of the bugs in that game were caused by not using the console.

Better settings

Settings is something we don't often see in jam entries as they just take too much time. I've managed to solve it with qASIC. By attaching one script you can convert your sliders and dropdowns into usable settings. You just need to specify the name of the setting you want to change and you're done.

Adding settings is easy too. You just add an attribute to a function and that's it

Download

You can download it now for free on the Unity Asset Store (hopefully tomorrow the new 0.1.3 version should be processed by unity)

I would love if you would also leave a review :)