Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
aaron.frost
Posts
Comments
C
C#
•
Created by aaron.frost on 2/2/2023 in
#help
❔ Console.ReadKey() blocking
I'll try GetAsyncKeyState
21 replies
C
C#
•
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
C
C#
•
Created by aaron.frost on 2/2/2023 in
#help
❔ Console.ReadKey() blocking
ConsoleInput.Update() is the function causing the problem
21 replies
C
C#
•
Created by aaron.frost on 2/2/2023 in
#help
❔ Console.ReadKey() blocking
https://pastebin.com/3H5cZJ52
21 replies
C
C#
•
Created by aaron.frost on 2/2/2023 in
#help
❔ Console.ReadKey() blocking
https://pastebin.com/h2pWy8Sr
21 replies
C
C#
•
Created by aaron.frost on 2/2/2023 in
#help
❔ Console.ReadKey() blocking
This is Unity
21 replies
C
C#
•
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
C
C#
•
Created by aaron.frost on 2/2/2023 in
#help
❔ Console.ReadKey() blocking
It is a dedicated server console window
21 replies