A downloadable character controller

Download NowName your own price

Did you know that Mario-Kart isn't a platformer, even though it has the word "Mario" in it? wHAt?!!? Oh my gosh this is the biggest lie in all of gaming, and I have taken it upon myself to right the sins of nintendo. 

This is a Physics based 3D-platformer / Racing character controller, with easy to learn hard to master controls, made with Unity 2020.3.18f1.

I have it set to use arrow keys to move, and space to jump, but you can change things to whatever you like. If you get stuck/flipped over, just jump a few times and Mario-car will right himself.

The zip file below contains the project files and an exported demo for windows. You are free to use the project files, scripts and any assets included in the files, for commercial or private use. Be warned that the demo executable will just close itself if you die. 

In the project, the character controller itself is Assets/player/player.prefab. The player prefab is a componentless game object with the body object with the rigidbody and model as a child. The script is attached to the body, not the parent. For more precise control over sliding and falling etc, the body's gravity has been disabled and all objects' friction is set to 0, and those things are handled manually in player script. As long as you take into account friction settings, you should just be able to plop the player prefab into any scene and have it work.


Download

Download NowName your own price

Click download now to get access to the following files:

mario-car.zip 104 MB

Comments

Log in with itch.io to leave a comment.

car

this game smell

it closes when i go on jump pad

>:(

Does this happen when you jump on top of them? If it is happening when you drive into the side of them then it is functioning as intended. I intended the mushrooms to be more like stationary enemies or obstacles, that can also me used as jump pads. Of course you can use the character controller to make your own game that works however you want :)

(1 edit)

ok thanks i can fix it then give it to you ok


:)

If it's  working as I described then you don't need to give me anything, you can just have fun turning it into whatever you want!

If it's not working as I described then I should fix it