crazy taxi game tutorial

Hi all

Can anyone tell me a good tutorial on how i can make a game similar to crazy taxi ?

Please provide help.

Hello!

I think this post doesn’t belong to multiplayer :), I’m moving it to support.

I don’t think a tutorial specific to Crazy Taxi clones has been written, nor do I think one will ever exist. Most of the Unity tutorials cover game concepts, and this is usually easier to do with FPS and 3rd Person Platformer games. If you want to make a game like this, you can break it up into a few simple concepts.

First, get yourself a low poly city. You can’t have a Crazy Taxi clone without an awesome city to explore. Something like this would work well.

Second, you have to have a taxi. There is a car script on the Unify Community Wiki that might require a little tweaking, but can get you started along the right path.

Third, you are going to need some people to pickup and some places to go. Again, instead of looking at this as an overwhelming task, break it up into smaller sections. Using Instantiate, you can have prefabs appear at any location you specify. When the taxi enters a trigger that is near a person or specific destination, you can tell specific lines of code to execute.

If there is any advice I can give you, it is that writing a game is hard work. More often than not, there is not going to be a tutorial for the specific genre of game you want to write. Half the fun of writing your own game is figuring it all out.

1 Like

Dear Mr Jacob;
thanks for replying my Post,
the problem is that i am more in 3d and animation , the code is my new purpose now so its hard to me to catch it quickly i am trying…! ,but if there is any tutorial that go step by step it will be great for me now.
thanks in advance.
elouchka