DllNotFoundException: sdkencryptedappticket64
On the website its writtent that if im using Steam Encrypted App Ticket i should copy sdkencryptedappticket.dll in the next to steam_api.dll.
I have copy it to Library\PackageCache\com.rlabrecque.steamworks.net@a3fe8091f7\Plugins but now im getting error that i dont have .meta data. And in unity editor still have:
DllNotFoundException: sdkencryptedappticket64 assembly:
@Anadunee Did you drag the dll into unity? I would ask this question on the Unity Forums about using custom dll's. There's a little prep work involved and it's been so long, but the answer has already been made there. If you're using the latest editor than make sure the steamwork authentication service is set up properly.
Hello! So I'm seeing something similar, but not in unity. I'm building a .NET web app with the intent to deploy to Azure.
If I run it locally as https configuration, it finds the sdkencryptedappticket.dll just fine (it's in the project beside the executable and steam_api.dll). But if I run it as either IIS or deployed to Azure, it can't load the dll even though it's definitely there. Unsure if this is Steamworks.NET related or not.