Make character walk on any surface

0

I'm trying to make a level where my character could walk on any surface for example in a sphere the character would walk around it. I tried using the force volume component to simulate gravity, but nada. Could I get a suggestion or a tip on how I should do this?

asked 6 years ago192 views
4 Answers
0
Accepted Answer

Use a point force on the planet and give your movable entity inertia. Note: this doesn't orient the object's down direction to align with gravity, that would be coded.

REMOVEDUPLOAD

answered 6 years ago
0

Thanks it works! quick question tho, does the force volume value need to be -250?

answered 6 years ago
0

Cool, Thanks dude/dudette.

answered 6 years ago
0

@REDACTEDUSER

answered 6 years ago

This post is closed: Adding new answers, comments, and votes is disabled.