Hi,
I get a null reference exception when trying to execute the spinning and according to Unity it’s this line that causes the error: selectedUnit.GetSpinAction().Spin(ClearBusy);
But as far as i can see, all the code linked to this line is the same as in the code provided by the course.
I do know how to use the VS debugger by itself but not in conjunction with Unity. Are there some resources available to learn this?
Thanks in advance