How to make a script interact independently with each object it is added to?
PatrickJ
Posts: 4
I have a script attached to several objects in my scene.
This script is designed to make an object shrink if you tap and hold on it. If you release your tap too soon, the object goes back to its initial size.
However, when I tap and hold on one of my objects, all the objects with the script attached shrink too, instead of behaving independently from one another.
0