Kyle Nunery
  • Home
Sign in Subscribe

tips and tricks

A collection of 2 posts
tips and tricks

Global Conditional Compilation with Unity3D

I am developing a Unity(4.3.4) game and need to toggle features on and off between the Lite and Standard version. The Lite version contains ads and is free, while the Standard version costs 99 cents. One technique for doing this in C# is to use preprocessor directives.
25 Mar 2014 1 min read
tips and tricks

Simple Http Server

If you are lucky enough to have a mac then you can start up an http server in terminal with the following command. $ python -m SimpleHTTPServer If you want to start the http server on a particular port you can add it to the end of the command. $ python -m
25 Jan 2014
Page 1 of 1
Kyle Nunery © 2025
Powered by Ghost