Help with contact recievers to toggle items
-
Recently I've been learning how to use contact receivers to toggle items, I can do simple toggles for items but I want to use it for a gun prefab, I've been having no shortage of issues here. any help or advice or tutorials would be appreciated.
-
Link the contact receiver to an unsynced boolean and use a condition in the state transition that only allows grab if the boolean is set to true.