- Home /
dart board scoring system
hi all..
1 question...
how to create a dart board scoring system??
the situation is...
i have a ball.. it will be launched towards a plane.. which has a few circles on it.. similar to a dart board..
i can launch the ball to the target..
but how to make it score like a "dart game"...
please help...
any help or ideas is appreciated...
thanks..
Answer by gregzo · Mar 30, 2012 at 08:47 AM
OnCollisionEnter() will do if you divide your target in as many objects as there are scoring zones.
Or OnTriggerEnter(), if you don't want to cut your object: add invisible objects set to isTrigger covering the zones you want.
Try and let us know!
so u mean that ...
the plane should be filled with invisible objects in different score zones??
another thing.. u are saying that cutting/divide the object??
what do u mean actually??
my guess is that..
create a few circles as individuals in $$anonymous$$aya or 3D$$anonymous$$ax export it to Unity..
add a scoring script in to the object..
is that right??
i'll try out your suggestion first.. when i solved it..
i'll let u know..
^__^
thanks... many thanks...
Your answer
Follow this Question
Related Questions
When moving camera I like my circle Plane look at cam. 0 Answers
Circle strafing/Z-Targeting 1 Answer
Time Based Shooter 0 Answers
How to go about purchasing objects with player score/points? 1 Answer
How to move camera target smoothly? 1 Answer