background preloader

Unity

Facebook Twitter

Learn - Overview. Unity 3D – France. Unity Script Reference: Welcome to the Unity Scripting Reference! This section of the documentation contains details of the scripting API that Unity provides. To use this information, you should be familiar with the basic theory and practice of scripting in Unity which is explained in the Scripting section of our manual. The scripting reference is organised according to the classes available to scripts which are described along with their methods, properties and any other information relevant to their use.

The pages are extensively furnished with example code that you are free to use for any purpose without crediting Unity. The examples can be viewed in any of the three supported languages (C#, JavaScript and Boo) using the menu at the top of each page. Note that the API is the same regardless of which language is used, so the choice of language is purely down to preference. Subsections of the reference can be selected using the menu to the left. Unity Training (Free) John Boardman's Blog - Writing Games With Unity 3D in JavaScript and C# – Part 1. The following blog post, unless otherwise noted, was written by a member of Gamasutra’s community. The thoughts and opinions expressed are those of the writer and not Gamasutra or its parent company.

Unity is a development environment for creating professional-level games. It is built on top of MonoDevelop, and utilizes it to achieve the deployment of the same code to many platforms. Unity comes in two versions, but this post will focus on the free version with no add-ons. The free version (which is the one I use) supports out-of-the-box deployment to Mac, Windows, Linux, Web, and Google Native (a Chrome technology for deploying without plugins).

Additionally (as of this writing), for $400 each free (free price announced 5/21/13) deployment to Android and iOS (both iPhone and iPad) is available. If you are part of a team, a team license that adds collaboration capabilities to share assets is available for $500. Introduction to KeyShot KeyShot is a (very) basic Galaga clone. Implementation. Learn Modules. Unity Training (Free)