Category: programming
-
You know, like, kind of
This adventure into the properties of the letter “K” was a much deeper investigation than I anticipated. Like, grab your Scooby snacks, gang, we’ve got a mystery to solve.
-
Schrödinger’s bug
Many believe that the Schrödinbug is impossible. But believing that something is impossible isn’t always enough to prevent it happening…
-
-
Alas, more physics woe
A student asked how to calculate the force required to jump a given height in Unity. A simple enough question, with a simple answer. Or so I thought.
-
Unity 50 Hz physics judder
I was watching the Digital Foundry channel the other day. In it they highlighted an issue which comes up when you have a camera following a physics object in Unity.
-
Lazy problem solving
Sometimes, if you are lazy enough, you can get a solution without having to do all the working out
-
Thinking fast, testing slow
How my brother outsmarted a Nobel Prize winning academic and best selling author
-
Unity CSV import and export
I recently had a need to exchange data between the Unity game engine and spreadsheet software. The simplest common format supported by most spreadsheet programs is CSV (Comma Separated Values.) I had assumed that this would be such a common thing to do it would be built into either the .NET or Unity libraries. It…