The game I am developing is a ball that has the platform function and will have this basket.
There will be obstacles to reach that basket.
In this way, I wanted to solidify the two ends of the basket so that the ball can climb into the basket and pass through it, so if the ball goes through the basket the player earns a point.
As you mentioned and forgot to mention, I need to detect the ball going through the basket, I would normally create an object and if I went into a collision it would gain a point, but I do not know how to do that either.
You talked about pins, where do I see this function?
Thank you very much!!!