Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanx a lot!

A person who can help me in Unity would be awesome!

Since its sometimes really hard to find stuff on google

One question i have 

How can i make the controls snappy?

I used add velocity and turned off friction

As told by brackeys

But they don't seem very snappy

Rather slippery

Can you help?

You can try to adjust the values in the PhysicsMaterial, and try different ways to move, like AddForce, AddVelocity, Translate and I think there’s something else as well. Don’t be afraid to try different things, you will learn a lot through trial and error.
When I made this, I just let my cube roll around, so the player will have to spend extra effort in controlling its direction, and I added a jumping function, allowing more flexibility. The result is kinda different from the tutorial, but that’s the spirit of developing game, shape and merge a lot of tutorials  into something new. Keep on!

THANX A LOT FOR YOU WORDS!