I’m working on a project involving compiling C# scripts at runtime, and I’d like it to be possible to view file names and line numbers in stack traces from exceptions thrown within those scripts. This already works when testing in-editor, and in standalone builds when the “Development Build” checkbox is checked, but not otherwise.
I guess .mdb files are only implicitly loaded when in-editor or when running a development build, but is it possible to load them in non-development standalone builds? If not, is it possible to disable the in-game console and “Development Build” watermark while still exporting a development build?