Desktop + Steam

Is this when you do Project->Build? The error is likely caused by missing libraries. The libs are located in steamworks/bundle and will be included in the application bundle when you bundle the application. You can build, get the error message and then manually copy the lib and launch. There’s a run_osx.sh, run_x86_64-linux.sh and run_x86_64-win32.bat in the root of the GitHub project that you can use to automate this.

2 Likes