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, 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
Sep 25, 20141 min read
Quick Little Update!
Wowsers. Its been a while since I updated! I’ve been busy – working full time as an artist for Uproar Comics, an independent publisher...
1 view0 comments
Michael
Oct 5, 20136 min read
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...
5 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
Michael
Oct 3, 20132 min read
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...
1 view0 comments
bottom of page