I’m trying to print an error message while working on a simple Xenko code sample, and nothing I do causes text to appear anywhere.
I’m building and running from Visual Studio.
I’ve tried Log.Error(“error”)
I’ve tried DebugText.Print(“error”)
Whether building in release or debug mode, these messages do not appear in the Visual Studio console. They do not appear in the viewport. They do not appear anywhere.
Any advice?