Hi, I am new to unity. I have found some videos online which have helped me greatly, but I still have a few questions.
- I have a script to fire “bullets”, after they are fired how to i get rid of them?
2.The “bullets” I am firing are cubes, I know how to change what is being fired, but is there a script for changing the rotation of it before it is fired?
3.When I have an object jump, after a certain distance, it falls like it should but then when it hits the floor it bounces off at an angle. How would i fix this?