This tutorial is the last part of the Unity – Draw Custom Debug Shapes series. In this part we will cover two more shapes that are commonly used for debugging in game development projects. Since some of the concepts are already explained in the previous parts, I suggest you to go over those as well. Cylinder Cylinder can be defined as a prism with circle as it’s base. In their most...
Unity – Draw A Debug Cylinder and Capsule
U