I built a unity game that I run on a docker container using command line.
everything was working fine with a version I made 6 month ago. After a lot of features and update I tried to use the latest one on the docker but I get this error
Preloaded 'lib_burst_generated.so'
Preloaded 'libdracodec_unity.so'
Preloaded 'libdracoenc_unity.so'
Preloaded 'libktx_unity.so'
Display 0 '0': 1024x1024 (primary device).
Unable to load player prefs
Desktop is 1024 x 1024 @ 0 Hz
The game is not even running, the docker file is the same as before
what could be the issue here?