Debug, rider unity, log/evaluate doubt
Answered
Normally "Log message to console" goes to rider console, can I change this to print messages in unity console?

Please sign in to leave a comment.
Hello Joao,
It should work if you define a helper method in your code:
And then setting a log expression of MyDebug.Log("Hello world"), as it was discussed in the following YT issue.
Hello Olga,
Your solution worked very well, thanks for the help.