top of page
MICHAEL
ART OF
ARBUTHNOT
BLOG
THIS BLOG MAINLY CONSISTS OF NOTES I MAKE WHEN LEARNING SOFTWARE, ALL COMPILED IN ONE PLACE - HOPEFULLY IT MAY BE HELPFUL TO YOU TOO!
Search
Michael
Aug 20, 20155 min read
Tutorial – Unity: Scripting Conventions, Terminology and Syntax
Scripting in Unity can take the form of C# or Javascript. The following tutorials are all on C#, and are noted from the videos on Unity’s...
3 views0 comments
Michael
Jul 23, 20153 min read
Tutorial: Unity Animation 3: Character Setup
These notes are taken from the Unity video series available on their website. This post deals with the tools available for adjusting the...
3 views0 comments
Michael
Jul 23, 20156 min read
Tutorial: Unity Animation 2 – The Animator Component
This post contains notes on Unity’s tutorial video series, pertaining to the Animator component of the Animation System. 1: THE ANIMATOR...
4 views0 comments
Michael
Jul 23, 20154 min read
Tutorial: Unity Animation 1 – The Animation window
The following notes are taken from the series of animation tutorials available from Unity’s Homepage. 1: THE ANIMATION VIEW – Unity’s...
5 views0 comments
Michael
Jul 19, 20156 min read
Tutorial: Unity Basics – Nav Mesh Pathfinding system
The NavMesh system is used to provide rudimentary pathfinding for enemies and NPCs in your games. It generates a NavMesh Grid based on...
4 views0 comments
Michael
Jul 16, 20157 min read
Tutorial: Unity Basics – UI
A selection of notes from the Unity Website training videos. This is for the Default Canvas system included with Unity 4.6 and above. 1:...
2 views0 comments
Michael
Oct 3, 20133 min read
Tutorial – Unity Basics : Graphics
These notes are noted from the training videos on Unity’s Website. GAME OBJECTS – Scripts are components just like textures and meshes...
11 views0 comments
bottom of page