Not sure what is the reason, but when the game window is opened and instead of hot reload you use build or rebuild it takes more time to show game content in the window, meanwhile at this time window is black. Without opened game window it started much faster.
Not sure if it is related, but I have persistent warning WARNING:INPUT: No gamepad map found for gamepad 0 (keyd virtual pointer). The raw gamepad map will be used.
in the console window. I’m using https://github.com/rvaiya/keyd remapping daemon and it seems like defold detects it as some kind of connected gamepad? This black screen is always happening right before this warning. But when I build without opened game window even though this warning is still present window started without this black screen.
Is it possible to not increase debug build time with black screen? (Can you confirm that it doesn’t happen for you?)
How I can fix mentioned warning?