Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialrudyrbastari
5,212 PointsThere's no particles on my frog
the particles did not show up if i got hit by the bird
2 Answers
Kerem Berkay YANIK
2,363 PointsIf you checked all of the marks above, make sure that you typed "OnTriggerEnter" function correctly =)
K Cleveland
21,839 PointsHi Rudy!
It is most likely an issue with your script or with a component on the Player game object. Double check to see if you have playerparticles selected in the Pickup Prefab slot on the Player game object. If you do, I would work backwards to see if the Pickup Particles Destruction (Script) is attached to the PlayerParticles prefab. Last, I would make sure the Pickup Particles Destruction (Script) itself has no errors.
Hope this helps!