Scripting
From Unify Community Wiki
(Difference between revisions)
Isaiah Kelly (Talk | contribs) (moved some link here from tips page) |
Isaiah Kelly (Talk | contribs) (Added resources section.) |
||
Line 10: | Line 10: | ||
* [[Special Folder Names in your Assets Folder]] - Some names for folders have special properties in Unity. | * [[Special Folder Names in your Assets Folder]] - Some names for folders have special properties in Unity. | ||
− | == Input == | + | == Design Patterns == |
+ | |||
+ | * [[Entity Component System]] | ||
+ | |||
+ | == Input Mapping == | ||
*[[Xbox360Controller|Xbox Controller Mapping]] - Xbox 360/One gamepad button references for desktop platforms. | *[[Xbox360Controller|Xbox Controller Mapping]] - Xbox 360/One gamepad button references for desktop platforms. | ||
*[[LogitechController|Logitech Controller Mapping]] - Logitech gamepad button references. | *[[LogitechController|Logitech Controller Mapping]] - Logitech gamepad button references. | ||
− | == | + | == Resources == |
− | + | * [https://github.com/Unity-Technologies Unity Technologies on GitHub] - Official Unity project repositories on GitHub. | |
− | * [ | + | * [https://bitbucket.org/Unity-Technologies Unity Technologies on BitBucket] - Official Unity project repositories on BitBucket. |
+ | * [https://github.com/UnityTechnologies Unity Evangelism Team on GitHub] - Workshop and example projects. | ||
[[Category: Scripting]] | [[Category: Scripting]] |
Latest revision as of 18:15, 7 February 2019
Contents |
[edit] General
- Beginner's Scripting Guide - The basics, to help those new to programming.
- CSharp Unity Tutorial - A beginners guide to programming with Unity.
- Csharp Coding Guidelines - Best practices for good code formatting.
- Basic Data Structures - Description of some of the data structures available in Unity.
- Continuous Integration - Information regarding continuous integration and build management.
- Event Execution Order - The order in which events in your scripts are called by Unity.
- Editor Scripting Detailed Overview - Useful for people who want to write more complex in-editor tools.
- Script Editors - Overview and comparison of script editors for use with Unity.
- Special Folder Names in your Assets Folder - Some names for folders have special properties in Unity.
[edit] Design Patterns
[edit] Input Mapping
- Xbox Controller Mapping - Xbox 360/One gamepad button references for desktop platforms.
- Logitech Controller Mapping - Logitech gamepad button references.
[edit] Resources
- Unity Technologies on GitHub - Official Unity project repositories on GitHub.
- Unity Technologies on BitBucket - Official Unity project repositories on BitBucket.
- Unity Evangelism Team on GitHub - Workshop and example projects.