I'm trying to release something
Who could have thought releasing a tool was going to be hard. Anyways I'm trying to publish qASIC (simple tools for unity) and that has been a wild ride of it's own.
Website
A lot of things require a website now. As I didn't know much of HTML (except some things we did in school. Actually what I did in school, as IT teachers suck) nor CSS I decided to still not use a website builder. It was fun learning the basics, but probably I will have to redo some code in the future. It's already live, so you can check it out if you want: https://qasictools.com/

Unity asset store
As most things unity I need to release it on the asset store. For that I need a website (which I've made) and a demo scene (which I will make). I also need promo material: screenshots, videos, etc. I've setup a really basic page at the moment, but I still have a lot of work
Trailers
I've implanted qASIC into some of Unity's sample projects and tutorials. While doing this I've been recording my screen so I could use for a trailer. At first I made some cool logo animations, but they were to cluttered, so now I'm probably will use a simple header with description approach many people use (old example below)

Polishing the tool itself
I thought I have done everything. I was wrong. Recently, I've added some many features to the audio manager, that I can't even count, fixed things with console, added a debug window and even expanded Console Configuration. Just thinking about how will people use it makes you want to adjust some things more. For example the audio manager now cannot play sounds when it's paused (globally pausing would disable only the currently playing sounds) and you can ignore global manipulation all together. Things like the scene command can now be disabled (changing scenes randomly can break certain games). I still think there's much more, but for now this is just beta, so I'll improve things in the future.

Demo
As I said, unity requires a demo scene. I wanted to test and try making a small walking simulator where you could view different aspects of qASIC. It would be great in testing out it too. For now there's not much to say.
You can check out the website now
(roast me about it's design as much as you want)