How to make a ladder?

Hi Guys and Gals!

I am looking to see if there is anything special I need to do to create a ladder in Unity3d. I have a model built (I used a model, rather than just a flat plane) but I need to know if there is a way to tag it as a ladder or if I have to write a custom bit of code to tag it so the player can climb up it from the FP viewpoint.

Thanks!

I’d use a trigger so that when the player automatically goes up.

Ha, yeah, that might do what I need it to do.
Thanks!

You do need some custom code, yes. A trigger box area where players can go up and down, or perhaps something that happens when colliding with objects with a “ladder” tag, or something.

–Eric

Most excellent! Just what I needed to know. Didn’t want to duplicate the work if it was already in there.