UNITY3D WAREHOUSE

WELCOME TO COMMUNITY.

Saturday, 31 October 2015

Unity 3D Make Mystery Box Tutorial20153

Unity 3D Make Mystery Box Spawn random prefab on trigger enter DIRECT DOWNLOAD HERE THIS IS BACKUP  IN TEXT FORM 1. Create New C# and name it : itemSpawner 2. Copy & Past this text and save C# : ----------------------------------------­­­­­------------------------------------­-­-­-­-­- using UnityEngine; using System.Collections; public class itemSpawner : MonoBehaviour...

Friday, 23 October 2015

Unity3D Enable/Disable objects, with script Tutorial 20152

Unity Enable/Disable objects, with script ! Tutorial 20152 DIRECT DOWNLOAD HERE THIS IS BACKUP  IN TEXT FORM   1. Create New java and name it : DisablePREFABS 2. Copy & Past this text and save java : ----------------------------------------­­­­­------------------------------------­-­-­-­-­- #pragma...

Sunday, 18 October 2015

Android Restart Button Tutorial 20151

Android Restart Button Tutorial 20151 DIRECT DOWNLOAD HERE THIS IS BACKUP  IN TEXT FORM AndroidRestartButton 1. Create New C# and name it : AndroidRestartButton1 2. Copy & Past this text and save C# : ----------------------------------------­­­­­------------------------------------­-­-­-­-­- using UnityEngine; using System.Collections; public class AndroidRestartButton1 : MonoBehaviour...

Thursday, 8 October 2015

Unity 3D Floating Object float up and down

Unity 3D Floating Object float up and down DIRECT DOWNLOAD HERE THIS IS Java# script: GOOD 4 2D GAMES AND 3D GAMES ! ----------------------------------------­­­­­­­----------------------------------­-­-­-­-­-­-­------ THIS IS BACKUP  IN TEXT FORM 1. Create New java and name it :  Floating Object 2. Copy & Past this text and save java : ----------------------------------------­­­­­­­----------------------------------­-­-­-­-­-­-­------ #pragma...