Cool Industry Developments for Real-Time 3D Rendering and Animation

By chance, I stumbled across two different new toolsets (one for Unity3D, one for Blender3D) that could really change the game for animators. One is a Unity3D package called “Scene Track: The Game Media Exporter” (made by E*D Films in Montreal), and the other is a in-development Blender feature called “Eevee.” I encourage you to click on the two links or Google the project names for videos and screenshots to understand what they are, but I’ll discuss them a little more in this blog post.

Continue reading

How My New Year’s Resolution Is Helping My Indie Game Development

For all of 2017, and even part of 2016, I’ve had a serious problem focusing on making games. Most of my time was spent making a living like a proper adult, but that was no excuse. I think this can be attributed to just generally poor time-management on my part: instead of spending every waking available moment I could on my games, I found myself exhausted at the end of each day, defaulting to TV or Internet, or else going straight to bed.

So I made a serious resolution for the New Year’s of 2018: to better organize my time and work more on my games. It’s February now, and so far, it’s working.

Keeping a timesheet and sticking to it can be a great motivator.

Continue reading

An Alternate Method To Recognize When Objects Are Between Your Player and Game Camera

It’s almost 2018, I plan to write a status report of my game development status soon. In short, I think I spent most of my dev time in 2017 on trees, and am still doing so even today. At least I learned a lot… still feels frustrating though.

For some time, I’ve ignored an issue where objects are in between my game camera and the focus object (in my case, the player). My past games had sparse environments, so this was never really a problem. But my current game will be a bit more diverse than that. When thinking about how to resolve this, I realized there is a simple solution that, while not perfect, gives acceptable results.

There’s more than one way to skin a tree…

Continue reading