COBERTOS

HomeBlog

Extracting a .unitypackage without Unity3D

March 16, 2019
Tags:Unity3D2Python9

It looks like all the libraries that currently exist to extract .unitypackage files are broken/don't exist anymore (or at least the ones on Unity Answers). So I made a new ...

Read More »

How to climb stairs as a Rigidbody (in Unity3D)

September 22, 2015

Last Updated

August 29, 2018
Tags:Unity3D23d7gamedev5tutorial2physics2

c#

stair

climbing

rigidbody

collider

How to climb stairs as a Rigidbody

So you want to add some stairs to your game? Great! Adding stairs in level design adds more vertical variety to your levels. Or perhaps your game is based on ...

Read More »