Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The Steve

9
Posts
22
Followers
29
Following
A member registered Jun 01, 2015 · View creator page →

Creator of

Recent community posts

Kenko was so good but had SO MANY health code violations!

Au contraire!

So how about a 4th button and maybe Winnitron?

(1 edit)

K but make it funny / love this game you folks crushed it.

I'm still ultra impressed by how much is in this game. The fact that you did networking too is awesome! How did you approach that?

Hey, that's me!

Yea it's an AddForce on every frame.

The player's rigidbody has the physics engine gravity turned off and rotations frozen so the physics doesn't mess with our character without our permission.

The math is super straight forward:

Get a normalized vector from planet to player (player pos - planet pos), and do the AddForce on the rigidbody using the gravity vector * -gravity force.

Then you just align the transform's up vector to the gravity vector and multiply in the planet's rotation to add the planet's rotation to it. (Though I never rotated the actual planet.)

 Done!

Hey Riki, I'm a programmer (mainly Unity / C#), have done a combination of professional, hobby, and game jam work over the years. I'd be interested in working on small projects. Let me know if you want to discuss, I'm also on discord.

Thanks man, I appreciate it!

So good! Can't wait for more!