Top Down Race Game?

I’m sort of new here :slight_smile: I searched and nothing came up.

I made this game in Blender (WIP, crashed when I tired to set up AI cars and I can’t fix it) and I would like to re-make it in Unity.

I like the physics I have. Super simple with no scripting, how easy would it be to re-add this into Unity?

Thanks
Craig

It would be fairly straightforward to implement something like this in Unity. However, due to the different physics engines used (Bullet vs. PhysX), I wouldn’t expect the results to be exactly the same (and you’ll probably have to do some tweaking with physics and physics material settings to get the results you want).

You won’t be able to do this with no scripting at all, but based on the video you linked to, I imagine you’d only need to write one script (for controlling the car) to get the basics working.

Ok thanks. I don’t do scripting/programming for games :roll: All well :wink: