Why I Stopped Using Bitwise to Round

When I first started coding in Javascript one of my biggest worries was, is this the fastest way? I was concerned over every method call and minor optimization, it negatively impacted productivity and at the end of the day no one noticed the difference.

Pathfinding in Unity3D

Favorite Vim Plugins of 2014

These are my favorite Vim plugins of 2014 ranked in no particular order.

Unity3D Strange Shader Crash

Recently encountered a strange crash in Unity3D. I actually use Unity3D on Linux, so after working on the game for a while I wanted to see how it runs on Windows. Everything compiled fine but when running the game Unity3D would crash.

Unity3D C# Type-safe Event Manager

I been searching for a good event manager for Unity3D but haven’t found one that suited all my needs.