A Skateboarding game like fingerskateboarding because theres no character on… but the actuall problem its that i’m not realy good at Programing so its hard for me to make the controlls.
by the first time i try to make the skateboard goes only foward and backwards but now i want to turn right left aswell, i can make the animation but i can work great with scripting/programing of this… skateboard deck work with rigidbody* (if you cant undestand my English i realy sorry, I’m from greece)
Some pictures
Well, I’m very new as well xD First of all, this should prooobably be in the scripting session but what do I know?
Also, are you using C#? Javascript? Boo (lol)? Now for the little I know, I can’t actually help you with actual coding, but in terms of thinking like a code, you would pretty much duplicate the same code for forward and backwards, and make it transform.Rotate. However, because a Skateboard has inertia and can’t just “turn on the spot”,
Now whether or not that requires more than that, I am not sure, but yeah, best of luck! That’s my two cents! Hope it works out! I am making a similar game at the moment. Except it’s going to work with hoverboards, so there will be slightly different physics.