3

I’m making a game mode where, if a basket collides with one of many eggs, the egg disappears, and a counter goes up. Can anyone help?

1 Answer 1

1

Pivot the basket to a trigger volume that only detects objects with tag "egg". Add this tag to all eggs. When it detects an object, set it's position to 0,0,-1000.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .