- Home /
Help with car 2-player Input
I'm trying to create a 2 player splitscreen racing game using prefabs and scripts from the unity car tutorial as well as using this tutorial -
http://www.indiedb.com/games/caredu/tutorials/splitscreen-input
so far I have
Mapped new input buttons for the second car.
Created Car2 script by duplicating the Car.js script (removing wheel and applying new inputs).
Deleted the original Car script and dragged in the new Car2 script.
And placed all the necessary objects into the Car2 Script
But when I run the game the second car gets stuck in the ground and cannot move.
To try and get my head around what was going on, I deleted the Car2 script from the second car in the source project given by the tutorial and re-applied it and got the same problem.
Any help will be greatly appreciated.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Help In Making a SphereCast for 3D Tire! Working RayCast Script included! 0 Answers
unity car tutorial help 0 Answers
use of GuiTextures? 0 Answers
2D car brakes help??? 1 Answer