Sign up ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I have been making my first game but I have encountered a small problem. To show the text when you win, you have to go into a block with the OnTriggerEnter line. I cannot get to this block however, because when I put my player (a sphere) as a trigger it just passes through the ground. How do I fix this?

share|improve this question
    
Is the problem that your player always falls through the ground? And if so, what do triggers have to do with it? Please clarify exactly what the problem is. – Seth Battin Jul 12 at 16:08
1  
Yes, the problem is that my player always falls through the ground and it is to do with triggers because when I don't set the player as a trigger it doesn't fall through the ground but when I do make a trigger it does. – user68514 Jul 16 at 17:07

Don't make the player a trigger, make the ending block a trigger.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.