mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Update README.md
This commit is contained in:
parent
7d30ffc734
commit
1d0fe2b814
@ -112,7 +112,7 @@ The TLDR is before you create the Client or the Server, call this to let Facepun
|
|||||||
Facepunch.Steamworks.Config.ForUnity( Application.platform.ToString() );
|
Facepunch.Steamworks.Config.ForUnity( Application.platform.ToString() );
|
||||||
```
|
```
|
||||||
|
|
||||||
You'll also want to put steam_api64.dll and steam_appid.txt (on windows 64) in your project root next to Assets.
|
You'll also want to put steam_api64.dll and steam_appid.txt (on windows 64) in your project root next to Assets, and use an editor script like [this](https://github.com/Facepunch/Facepunch.Steamworks.Unity/blob/master/Assets/Scripts/Editor/CopySteamLibraries.cs) to copy them into standalone builds.
|
||||||
|
|
||||||
# Help
|
# Help
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user