Tutorials Guide

Unlike the rest of this blog, which is very much about philosophy and for the general game development community, my tutorials are technical, and specific. They are written for people with programming experience, though I try to make them newbie-friendly.

Feel free to contact me for questions, suggestions and tutorial requests.

PHPHandler
Description: A demonstration of interaction between Unity and a web site. Written in C# and PHP. Highlights include PHP mail function and basic mySQL use.

Unity Web Suite (Unity Forum Link)
PHPHandler 2.0 Released (Blog Link)

Outdated:
Part I: Introduction, Test Connection
Part II: Send a Comment (E-Mail)

Keys: PlayerPrefs Runtime Monitor
Description: Runtime monitor all activities have to do with PlayerPref keys and values, displayed in configurable GUI windows.

Keys: PlayerPrefs Runtime Monitors (Unity Forum Link)
Keys: PlayerPrefs Runtime Monitors (Blog Link)

Orbiting Moons

Description: Demonstration of an object orbiting another. Demonstrates measuring an angle between the two moons with the planet as the vertex.

Orbiting Moons (Unity Forum Link)
Sample Project: Orbiting Moons (Blog Link)