ProgrammingUnity Using a bigger Range of colours from code in Unity Create a new C# script in your project called CSSColors.cs and then copy and paste the code... malcolmJun 17, 2017
Unity Automatic Android Code Signing in Unity Create a new folder in your project called Editor Within that folder create a new C# script called... malcolmApr 13, 2017
Unity How to solve the “type or namespace UnityEngine.UI does not exist” in Unity How to solve the “type or namespace UnityEngine.UI does not exist” in Unity From the Asset menu choose... malcolmApr 13, 2017
Unity Playing A Sound in Unity Here’s a simple way to play a sound in Unity. 1. Add something like this to the declaration... malcolmMar 23, 2017
Unity Changing C# template for Unity The template files for Unity’s scripts are kept in Program FilesUnityEditorDataResourcesScriptTemplates The new behaviour script, the most common... malcolmMar 13, 2017
Unity Getting a button to change a text object in Unity 3D Using a button to change the text of a text object 1. Insert a Text object using Create... malcolmFeb 5, 2017