Description
When an ink error occurs, the following kind of message appears in the status bar at the bottom of the Unity editor:
However, upon fixing the error in an editor and switching back to Unity, this line doesn't go away, which leads me to believe that something is still wrong with the file. It's only by going to the Console window and clicking "Clear" before making changes to the .ink
script that I can confirm that no errors occurred on compilation, which seems unintuitive and inefficient.
Perhaps a message like "Auto-compilation of [filename].ink successful" should appear whenever compilation succeeds?
Note that this might actually be a bug with Unity itself; I've noticed that a similar kind of problem exists with Unity's built-in Editor Tests Runner. If that's the case, feel free to close this issue!