In a previous post I pointed out a problem with maximum number of guesses taking its value from where it was set in Unity and NOT from the value in the script. I removed the script link to the empty in game and reassigned it and sure enough THAT number was placed into the game but now THE SCRIPTS DON’T WORK. How do I fix this mess? For example pressing GuessHigher button causes an error and values aren’t being passed to the scripts ->
and the line th error message points to in the script worked fine before I detached the script and then re-attached it to the empty _>
Is there a way to update links in the Unity editor? How can I get the script and buttons to work again other than do the entire game all over from scratch?