Update README.md

This commit is contained in:
James King 2017-11-07 16:58:24 +00:00 committed by GitHub
parent 7d30ffc734
commit 1d0fe2b814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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