Categories
Code Frameworks and Packages

Show and Tell: Task Scheduling Made Easy with Coravel

As I figured would happen, this month really slipped away from me. I have been working on a number of big projects at work and at the end of most days I’ve been too burned out to work on any personal coding projects. Hopefully October eases up and I can get back too it but, […]

Categories
Code Development Uncategorized

Overbuilding a Grid in Unity

I can say pretty confidently that over the last 5 years I have made and re-made some sort of grid system in Unity close to a half dozen times. Its not particularly complicated but it is another example of time I’ve wasted. Much like the debugger, I saw another opportunity to add a tool to […]

Categories
Code Development

Creating a Custom Debugger for Unity

One of the most important things that I’ve learned as a developer is that debug and trace statements are an invaluable tool. Although Unity’s default debugger works fine and even supports rich-text and custom styling out of the box, I wanted to take a few hours and make it work better for me. Specifically I […]