Welcome to Unity! In this tutorial we’re going to walk through the basics by creating Flappy Cube. A two dimensional mobile game with a single input: “Flap”.
With the addition of the Roslyn compiler to Visual Studio 2015 a number of new features were added. One of those features is a new Interactive C# console that lets you write and run C# code that is compiled in real time in your Visual Studio console.
Today we’re going to be working on developing a Game Jolt API. Moving on from our development of the CI/CD pipeline from the previous episodes we’re going to start actually developing our API.
I’ve had a fun idea. Let’s add grapple guns to our Asteroids in VR game. In this video specifically we’re going to be focusing on adding projectiles that we can use to attach to the asteroids and pull ourselves in.
Let’s make a portal in unity so we can see from one world into another. We are going to accomplish this by using a second camera, render textures and some manipulation of unity layers.
We’re going to extend our portal. Specifically we’ll be adding a cool new shader to the portal. The shader is going to have all kinds of fun stuff in it.
Hello Internet, welcome to Hello C#! We’re going to be exploring the very basics of how to write a Hello World application in C# all the way from project creation to the end.
Today we’re going to be developing explosions for our game Jet Warrior. A 3D virtual reality asteroids game! Instead of space ships you have rockets on your hands.
Yesterday we built a way to fly in Virtual Reality using your hands as rockets. Today we’re going to expand on that by making an up close and personal version of Asteroids.
Yesterday we built a way to fly in Virtual Reality using your hands as rockets. Today we’re going to expand on that by making an up close and personal version of Asteroids.