Skip to content

kamyker/Facepunch.Steamworks.Package

 
 

Repository files navigation

Facepunch.Steamworks for Unity

Another fucking c# Steamworks implementation

Installation:

  1. Adding plugin

Easy way: In Unity click Window/Package Manager then:

click top left plus icon

and copy/paste: https://github.com/kamyker/Facepunch.Steamworks.Package.git

Git way: Clone repo as submodule to <your_project>/Packages/Facepunch.Steamworks

  1. 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

More in main repo: https://github.com/Facepunch/Facepunch.Steamworks

About

Fork with easy installation, package manager, asmdefs and raw files instead of dlls

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 59.5%
  • C++ 32.7%
  • C 7.8%