Unity – Creating, Importing & Implementing (Post 4)
This Post will be a brief description of how to Create Assets (Project Browser) & Game Objects (Hierarchy). How to Import your own Assets & Textures. Then place them in the scene from the...
View ArticleUnity – Prefabs & Draw Calls (Post 5)
Prefabs in Unity work in a way that when you add one to a scene it creates an Instance of that object. All Prefab Instances are Linked to the Original Prefab and are essentially clones of it. You are...
View ArticleUnity – Materials & Shaders (Post 6)
Materials: A Material is Base for any 3D Asset you Use within Unity. It defines What Textures the object you apply it to will use and acts as a bridge between your 2D Textures & your 3D Mesh. Many...
View ArticleUnity – NGUI: Next-Gen UI Kit by Tasharen Entertainment (Post 7)
Now that you have a basic understanding of Unity, How to use it, Setup Scenes & Use Prefabs & Materials. I Want to get into a few different Addons & Features Unity has to offer. A good...
View ArticleUnity – NGUI Custom Font Maker (Post 8)
With NGUI you can create Labels that can use different types of fonts. Most of these don’t come with NGUI by default but you can add them yourself. For this I’ll be using Photoshop to select my Font...
View ArticleUnity – Character Controllers & Image Effects (Post 9)
This is another 2 in 1 Post since these are both very simple elements already Included in Unity Free & Pro. Character Controller (1st Person) : This is exactly what you would think its a controller...
View ArticleUnity – Terrain Editor, Creation & Texturing (Post 10)
The Terrain Editor is Unity’s inbuilt Terrain Creation Tool. It is a very powerful tool that allows you to create Complete Environments in no time at all. With this tool you can create a 3D Terrain...
View ArticleUnity – Terrain Editor, Grass, Trees & Detail Meshes (Post 11)
This will Continue from the Previous Post about Creation & Painting. This time I will be adding Grass (Texture), Trees (3D Models with Materials & Textures already Applied) & Detail Meshes...
View ArticleUnity – Terrain Toolkit (Post 12)
The Terrain ToolKit is a Free Package for Unity created by SixTimesNothing a small Indie Games Company. You can download Terrain ToolKit completely for free – Here Much like Unity’s Terrain Editor the...
View ArticleUnity – Strumpy Shader Editor (Post 13)
Strumpy Shader Editor by Strumpy Games is a Visual Shader Creation Package. Its Completely Free to download & use. You can download it from the Asset Store or Direct Download from the Unity Forums....
View Article