aaron.frost
aaron.frost
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
I'll try GetAsyncKeyState
21 replies
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
Input System doesn't work because Unity is running in batchmode
21 replies
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
ConsoleInput.Update() is the function causing the problem
21 replies
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
21 replies
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
21 replies
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
This is Unity
21 replies
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
It is spun up with
[DllImport( "kernel32.dll", SetLastError = true )]
static extern bool AllocConsole();
[DllImport( "kernel32.dll", SetLastError = true )]
static extern bool AllocConsole();
21 replies
CC#
Created by aaron.frost on 2/2/2023 in #help
❔ Console.ReadKey() blocking
It is a dedicated server console window
21 replies