COMPUTER GAME ACADEMY

Issue #1

Unity3D Game Development Tutorials

Sunday 22nd December 2024

Welcome to the Academy

My aim with this website is to provide entirely free learning resources for those interested in game development. A new tutorial will be released every week so be sure to check back regularly. [...]

How to Make a Physics Based Snowball in Unity3d

Hey everyone! Today I am going to show you how to make a first person character throw physics based snowballs that explode on impact with a particle effect. This tutorial assumes you are familiar with the user interface of Unity3D and have a basic understanding of the C# language. [...]

How to code a blink ability like the one in Dishonored

As the title says, this tutorial will show you how to replicate a short range teleport ability seen in games such as the Dishonored series. This tutorial assumes you are familiar with the user interface of Unity3D and have a basic understanding of the C# language. [...]