- Home /
Duplicate Question
throw / fling object or prefab
Already made some attempts scripts, but I'm not hitting. How do I release an object. I'm making a dart throws up his target with Raycast. And score points. But the principle is launching the dart.
Help, thank you!
Answer by cobertos · May 10, 2013 at 12:53 AM
Your dart is going to have to be a rigidbody. You may want to look into...
If you want don't want it to be affected by gravity while you apply your velocity, force, whatever then you may want to look at.
Follow this Question
Related Questions
How can I make a Transform that I dont have to set each time I place a prefab? 1 Answer
Can't access gameObject from the script it is attached to 2 Answers
hide game object problems 2 Answers
Using a button to select an object set as a variable. 2 Answers
Is it possible to use Prefabs in the Particle emitter instead of meshes or billboards 1 Answer