Hello there, I have a prefab and it is an object that it has an attached trigger object collider that if an object (PlayerHand) touches the whole object is attached to PlayerHand.
I have to store "PlayerHand" as a variable (transform) in the script and drag and drop the player hand to that variable (everything works fine).
When I create a prefab and put the whole hierarchy on it I noticed that the "PlayerHand" variable isnt in its script. What can I do to store it in the prefab???
Thanks alot!