How Can I make a person shoot to ball to the basket?

I want to make a basketball game “5 to 5” and have bo idea about how can I attach the ball to a person and make the ball be shot to the basket by the player. Have you got any idea?

Do you have any code yet?

From this post it sounds like your far from making anything…

yes bro ACtually I dont have any coding skills and Im trying to improve myself in this area actually I can model but when it comes to codin Im a noob I can say.

Perhaps you can check out the teaching section here at the forums to learn some scripting.

Why don’t people do the tutorials. I had some coding skills and I still did the tutorials and I tried both js and c# before settling for c#

I did the same. I moved from unityscript after a few months now i stick with c sharp but sometimes for small projects i use unityscript

i would do this:

have 2 balls one that has a ridged body and one that dosent , the ball that dosent is part of the player(sits in there hands) when the player shoots the balls mesh renderer is dissabled and ball 2 is instantiated then force is added towards the ring.

Haven’t watched it myself, but it sounds like it might help you…

http://www.design3.com/training-center/engines-sdks/unity/game-builds/basketball-shootout

Thanks for posting a link to our tutorials Manny Calavera!

We hope our Basketball Shootout tutorials provide the insight/clarity you guys might be looking for: http://www.design3.com/training-center/engines-sdks/unity/game-builds/basketball-shootout

We hope you find the resource helpful. Please feel free to email support@design3.com if you have further questions. We’d love to help you out.

Our best,
design3 Team

Thank you for your helps folks…I hope I can achieve my goal here to create a game

I recommend iTween for lobbing a ball.
Check out the accurate lob example.

http://itween.pixelplacement.com/examples.php

Have you made your basketball game? I’m also trying to make a game like yours but 3v3 only and half court, can you teach me or atleast send me a sample project?