would be my dream, here's why:
- I've been using the app for years, building communities and bots
- I've met hundreds of people across the world
- I've learned and become the person I am today because of it
Here's the rest of the app: https://discord.ilioslabs.dev
I spent the day messing around with DocFX to generate documentation for all of my Unity packages. For a documentation generator, I am kind of surprised by how bad their own documentation is. It’s not actually that bad, but could be a lot better. The end result is not bad though!
My Unity Animation Library package has been updated to version 1.3.0. This release adds a new serializable data structure AnimatorParameter that automatically generates a hash for the parameter. Hashes are used for optimized getter/setters on Animator.
My next video tutorial will be How to Create Pac-Man in Unity. This one ended up being quite a bit harder than the previous ones. Probably need another day to finish the AI behaviors and then I’ll start recording.
My Unity tweening package has been updated to major version 2.0.0. Overhauled for improved performance and memory efficiency. Greatly improved sequences. Hundreds of predefined tween methods added, and more generic types supported. FREE! #unity#gamedev