Im usually make games in unity,but since I’m making a pure 2d game i tried working on stencil,but after weeks i think the visual programming system isn’t enough to do what im trying,so i want to know if with unity its possible
Im trying to make a game like lemmings,several characters walk from left to right and walk alongside the walls defying gravity,making their walk with waypoints would be easy,but the catch is that the scenery is destructible,the structures are like lego pieces and change all the time,so no invisible colliders,no waypoints,i need a way to make all the logic work just in the characters,maybe with ray cast in four directions and changing movement based on which ones collided ?

You bumped but didn't fix your alt text link. Bumping after just one hour is not cool. * https://www.google.com.au/search?q=unity+character+walk+on+walls * http://answers.unity3d.com/questions/155907/basic-movement-walking-on-walls.html
– AlucardJaySorry,forgot to say the game is 2d.
– MetalLordtry setting your players feet to the collider of the level. then make jump the opposite of the normal direction and make the character fall back to the normal if he is in the air
– Fornoreason1000