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
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