Scripting
From Unify Community Wiki
Contents |
General
- Comparison of Programming Languages - Side-by-side comparisons of features and instructions in UnityScript/JavaScript, C#, and Boo.
- BasicDataStructures - Discussion of the use of the data-structures available in Unity.
- Singleton - Code design pattern for when you want one and only once instance.
Language-Specific
- Unity JavaScript Keywords - Under Construction
Programming with C# and Unity
- Introduction & References (Languages, Compilers)
- Chapter 1 (Statements, Comments, Types, Variables, Scope)
- Chapter 2 (Arrays, Operators, Functions)
- Chapter 3 (Objects, Scope Modifiers)
- Chapter 4 (Enumeration, Selection, Iteration, Jump)
- Chapter 5 (Structures, Properties, Inheritance)
JavaScript for Unity Language Specification (Version 1.0)
Note: The structure for this specification was inspired by the C# Language Specification on MSDN