so i watched a video about unity programming and i did every step like him but when i type the code
for example Debug.log(“hello”); Debug dosent change color and dosent work at all like in the video.
i tried visual studio2019 with unity tools and “rider”
any help will be greatly appriciated
@galfedida1212 you can change the color to be any basic color you want such as red green blue cyan grey yellow orange purple etc’. (its formatted as html)
Debug.Log("<color=red> your text</color>");