Is it possible to add a button to a particle? Or call a function when the player clicks on a particle?

As the title states, I would like to ask if it is possible to add a button to a particle or to call a function when the player clicks on a particle. Help is very appreciated :slight_smile:

I still not try it, but particle has collide system, if it can collide another collider, it should can call something, but i don’t know if we use like raycast of point touch(with mouse or use finger) to colliding with collider of particle system. maybe it can.