Visual Studio Code – When making a score for a flappy bird clone, it gives an error when tranforming an int variable to a string one to display it in a text
I am new to Unity so Im making a flappy bird game to learn the basics. When creating the score, I had to tranform an int variable int oa string variable, but it doesnt work. Here is the code (Written…