My unity won't read a string data from Arduino to Unity

Does it work from the Arduino Serial Monitor? And you’re only writing a single r character, try putting it in loop(), Unity probably misses it. Also make sure to properly debug your code Tips for new Unity users