I have two objects. Let’s say we have script with one variable. On collision i want to either delete colliding objects, and create new one with their variables added, or just destroy one object and add its variable to second one. So far i always encountered some cloning, then there are more than 2 colliders colliding in one frame. Variables would be too high. 8 objects with ‘1’ value → 1 object with 8-16 value. One object can pass values to many objects without being deleted by other object.
Code: void OnCollisionEnter (Collision col) { if (col.gameObject.GetComponent<itemW - Pastebin.com