i just downloaded Blender 2.63 version and im still getting used to this software. i am designing a building and i need to design a ladder so my character can climb up onto a platform…i looked everywhere and youtube does not have any turtorials on how to make a ladder. is it just a script? or is it in the details on the model aswell EX: a Stairway
my best guess is that the ladder will need a separate box collider that is triggered. also will need a script saying if collision and if gametag is “ladder” (or any other gametags) then usegravity is false, if W keydown then move up and if S keydown then move down. on collision exit usegravity is true.
this can probably be done all in unity with box colliders and scripts.
it might pay off latter on if you make the ladder a separate model so that you can make a prefab ladder so you can use them latter on.