I have learned a little in c sharp. But My question is in the tutorial of making 2d games unity. Sir tells to write helloworld. So he write print(“helloworld”); which is working, and I can see the message in unity console. But as in c sharp we use System.Console.WriteLine(“helloworld”); which is not working in unity console.
Can anyone tell me, Does unity use different functions? anything related to this as I am really confused.