I have an issue with a bool that is changed from false to true in a function that is called from another script. after the function is called the bool won’t go back to false when set to false. is this because it is being called in a public void function from another script and being locked to true?
Once the other script calls this function the bool is broke?