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
Tutorial – Unity: Coding Object Manipulation
These tutorials cover some of the most common actions that will be applied to objects in your game. This tutorial is noted from the...
Michael
Jan 13, 20164 min read
8 views
0 comments
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...
Michael
Aug 20, 20155 min read
3 views
0 comments


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...
Michael
Jul 23, 20153 min read
6 views
0 comments

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...
Michael
Jul 23, 20156 min read
4 views
0 comments

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...
Michael
Jul 23, 20154 min read
5 views
0 comments
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...
Michael
Jul 19, 20156 min read
4 views
0 comments
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:...
Michael
Jul 16, 20157 min read
2 views
0 comments
Tutorial – Unity Basics: Physics
Like the others, this post is basically a collection of notes taken from the training videos on Unity’s website. COLLIDERS -Allow the...
Michael
Oct 5, 20136 min read
6 views
0 comments
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...
Michael
Oct 3, 20133 min read
11 views
0 comments


Tutorial – Unity Basics: User Interface
These are notes made from the Tutorial videos supplied on the Unity game engine website. USER INTERFACE There are five display windows in...
Michael
Oct 3, 20132 min read
1 view
0 comments
bottom of page