Hey I wonder how I can make flappy bird jumps in 3d games cuz I need it to one of my levels?
Hi,
This is fairly simple, and you can achieve this with a few lines of code. Simply add a Rigidbody to an object, lock its movement to the Z axis, and move it upwards when the space button is pressed down. Now, when you do press down, add momentum to the Rigidbody on the Z axis by (speed variable), and there you go! Simple flappy bird-esque movement. If you need a scripted example or even a demo project I am happy to provide you with those - just let me know. I hope your level goes well.
-Miggi124
it’s will be cool if U got time to make a script so I can see how it’s looks