Another fucking c# Steamworks implementation
- Adding plugin
Easy way: In Unity click Window/Package Manager then:
and copy/paste: https://github.com/kamyker/Facepunch.Steamworks.Package.git
Git way:
Clone repo as submodule to <your_project>/Packages/Facepunch.Steamworks
- Set proper Scription Define Symbols in Unity Player settings:
Win x64:
PLATFORM_WIN64;PLATFORM_WIN;PLATFORM_64
Win x32:
PLATFORM_WIN32;PLATFORM_WIN;PLATFORM_32
Linux or Mac x32:
PLATFORM_POSIX32;PLATFORM_POSIX;PLATFORM_32
Linux or Mac x64:
PLATFORM_POSIX64;PLATFORM_POSIX;PLATFORM_64
If you are using Mac or Linux and build isn't working check libraries unity settings in Packages\Facepunch.Steamworks\UnityPlugin\redistributable_bin
More in main repo: https://github.com/Facepunch/Facepunch.Steamworks