Furball-Engine/Furball

[BUG] Console does not attach on net7-windows

Closed this issue · 1 comments

no console output appears, add

    [DllImport("kernel32.dll")]
    private static extern bool AttachConsole(int dwProcessId);

somewhere and call it with the process id of -1

i thought it was a rider bug, good to know it can be fixed ig