Box Colliders Are Better Than Capsules
Capsule colliders offer smooth sliding against stairs and bumpy walls as the curved faces can roll along them - as opposed to a box collider which would snag...
Hi! My name is Kyle and I currently study BSc Computer Science at Northumbria University.
This is my personal website where I write about my interests, side projects, and opinions.
Capsule colliders offer smooth sliding against stairs and bumpy walls as the curved faces can roll along them - as opposed to a box collider which would snag...
You can greatly improve the game feel of 2D platforming with some simple key mechanics. If the majority of your gameplay is platforming, it better feel good.
Auto tiling is a powerful technique in 2D gamedev that allows you to build levels much easier by setting a tile as populated or not, and having the editor ...