There is a set of gameobjects that will work as buttons. The box collider hangs on them and the pointclick trigger is also hung on the code (it calls the function with parameters, the parameters are different for each "button"). And then the question arises. How to bring this all into working condition so that the trigger will trigger on a click?
How to make the event work?