Rope Physics – Unity Tutorials
This is a technique I needed for my new game. So I wanted to share my code with you. Code: https://gist.github.com/ditzel/ae6ebc115d767da9a5a1e1f70dee27e5 Obi Rope: ...
This is a technique I needed for my new game. So I wanted to share my code with you. Code: https://gist.github.com/ditzel/ae6ebc115d767da9a5a1e1f70dee27e5 Obi Rope: ...
In this Unity Tutorial we'll cover how to move a 2D character or player around the scene from a top down perspective. This tutorial won't cover animations, but it does cover how to move correctly ...
Watch this video in context on Unity's learning pages here - http://unity3d.com/learn/tutorials/modules/beginner/physics/colliders What Colliders do, and how to setup different collision geometry ...
Timecodes: 0:26 Scene Setup 1:15 Fixed Joint 3:33 Spring Joint 6:54 Hinge Joint 9:52 Character Joint 11:55 Configurable Joint This is a tutorial for unity, that I wanted to make a long time ago. I ...
In this easy Unity and C# tutorial I will show you how to change your gravity's direction ! We'll start by making a player controller that can move and jump on ground and ceiling, and finish up by ...
In this unity tutorial we will take a look at how to make a cool 2D platformer controller ! The character will be able to jump higher the longer you hold down the jump key, move left and right and ...