You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've already installed Steamworks.NET as third party plug-in in my project with latest version (2024.8.0)
I've this conflict when I try to install xSolla SDK for Unity:
Assets\Scripts\Services\SteamService.cs(22,19): error CS0433: The type 'SteamAPIWarningMessageHook_t' exists in both 'Xsolla.ThirdParty, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Please REMOVE your Steamworks.NET integration in XSolla or make it disbaled! I've my custom SteamManager integration with my architecture with custom Steam initialization based on my custom target environment. This can create conflict with your SteamMaanager. Also your Steamworks.NET is very obsolete: 15.0.1. So, I don't want to remove my own cSteam customization layer, so plaese take some action or I'll not able to use XSolla SDK
The text was updated successfully, but these errors were encountered:
I've already installed Steamworks.NET as third party plug-in in my project with latest version (2024.8.0)
I've this conflict when I try to install xSolla SDK for Unity:
Assets\Scripts\Services\SteamService.cs(22,19): error CS0433: The type 'SteamAPIWarningMessageHook_t' exists in both 'Xsolla.ThirdParty, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'com.rlabrecque.steamworks.net, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
Please REMOVE your Steamworks.NET integration in XSolla or make it disbaled! I've my custom SteamManager integration with my architecture with custom Steam initialization based on my custom target environment. This can create conflict with your SteamMaanager. Also your Steamworks.NET is very obsolete: 15.0.1. So, I don't want to remove my own cSteam customization layer, so plaese take some action or I'll not able to use XSolla SDK
The text was updated successfully, but these errors were encountered: