As you can see here, when character collides with star, FPS is very little in editor and browser, and it’s horribly slow on Android device. Why?
Star’s mesh collider is trigger.
I have no framerate issues with the stars, but it does dip slightly when I collide with the box. Without know a little more its hard to guess what the problem is. It could be the particle effect which would cause serious slowdowns from the detonator script and the graphics costs of particles on mobile devices.
The particle effect is a little complicated that could be it. It looks like you’re using the detonator prefabs which while not expensive aren’t free. Other things to think about are that none of the platforms you named have very good performance. I would suggest comparing the results to a standalone player to see how they work out.
Without some more information about the particle system and the physics settings such as the solver and iteration counts, any guesses are just shots in the dark.
I suggest, that it’s because of complicated 3d-model of the star, because if I create a sphere and set it’s collider to trigger, I have no frame rate drops.