Sharing data between scenes in Unity3D
Here’s I’m going to show you steps on how to share your data between scenes in Unity3D In the starting scene make a new empty object and name…
Here’s I’m going to show you steps on how to share your data between scenes in Unity3D In the starting scene make a new empty object and name…
In this post I’m going to show you how to use custom fonts in Unity3D. Create a new project Save scene (CTRL + s) and name it…
In this post I’m going to show you how to create a countdown timer and show current time in Unity3D. Create a new 2D project: Optionally download…
Followed this official tutorial on how to build an advanced space shooter in Unity3D, my own version on GitHub, and you can see it in action here (WSAD to move, mouse click to…
Followed this official tutorial, my own version on GitHub, and you can see it in action here (WSAD to move, mouse click to shoot). Steps on how to create this: Create a new…
Followed this official tutorial, my own version on GitHub, and you can see it in action here (click the cube to see the effect). Steps on how to make this: Create…
Followed this official tutorial: http://unity3d.com/learn/tutorials/modules/beginner/physics/assignments/bouncing-ball My own version on GitHub, and you can see it in action here (watch for 10 seconds to see what happens with the balls…
In this blog post I’m going to show you how to build a 2D Space shooter with efficiency calculation in Unity3D. I followed these two blog posts: post…
I followed http://unity3d.com/learn/tutorials/projects/roll-a-ball, and updated the steps for the newest Unity3D currently available (4.5). You can try the game and download the project on GitHub. Create a new 3D…