SteamAPI RestartAppIfNecessary DLL Steam Api.dll: A Guide for Gamers and Developers
- belenxye8ca
- Aug 14, 2023
- 1 min read
DllCheck.Test() checks to make sure the Steamworks redistributable binaries are the correct version. This is particularly useful when you upgrade Steamworks.NET, Especially if you are not using the Steamworks.NET editor scripts. Running Steamworks.NET with the wrong steam_api.dll will likely result in issues. (Currently only checks steam_api[64].dll)
SteamAPI RestartAppIfNecessary DLL Steam Api.dll
Being that this is the first Steamworks function which gets called it is the ideal location to ensure that the steam_api.dll can infact be loaded. This is accomplished by wrapping this function call in a try..catch block to catch DllNotFoundException. 2ff7e9595c
コメント