- Home /
Question by
SteamReborn · Oct 11, 2014 at 03:42 AM ·
errorerror messagecarerror buildcars
im getting this error and i dont know why
ok so i am making this car game and ive checked everything but it all seems fine to me but im getting this error message when running the game
Please help me i only have 2 days
scripts.png
(64.5 kB)
err.png
(3.1 kB)
Comment
Answer by Redeemer86 · Oct 11, 2014 at 04:05 AM
Initialise in declaration for all variables -
var Wheel_Right_b : WheelCollider = 0.0f;
var Wheel_Left_b : WheelCollider = 0.0f;
do this for all WheelCollider declarations.
Red.
Thanks this helped but i now have another problem the wheels spin like this and i searched long and hard how to fix it
untitled.png
(355.0 kB)
Check in the editor while running the scene at which point the wheels are going awry.
Red.