> For the complete documentation index, see [llms.txt](https://docs.luckyraccoongames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luckyraccoongames.com/really-simple-steam-integration/setup.md).

# Setup

Time to get your hands dirty!

The first step is to import the asset into your project. You can do this from the menu **Window > Package Manger**

<figure><img src="https://365534536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fe3sbbo5VF7BduV4kMEFP%2Fuploads%2FS0NhoRjCBA9WnXneYTOC%2Fimage.png?alt=media&amp;token=2ad6afd5-8475-440b-9a8d-413e4a3aa5a7" alt=""><figcaption><p>Package Manager menu</p></figcaption></figure>

With the asset imported, locate the **SteamManager** script, available in the folder **Assets > Lucky Raccoon Games > Really Simple Steam Integration > Integrations > 3rd Party** and open it in your favorite editor

Change line 99 with your Steam App ID:

<figure><img src="https://365534536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fe3sbbo5VF7BduV4kMEFP%2Fuploads%2FeRr9GiZIdRRwBDEigSN2%2Fimage.png?alt=media&amp;token=e27f5336-4af0-4d7e-80d1-6fb75329a686" alt=""><figcaption><p>Change the code on line 99 as shown above</p></figcaption></figure>

{% hint style="warning" %}
**Don't know what your game's App ID is?** You can find it in Steamworks, on the game's settings page (a numerical sequence, right next to the game's name)
{% endhint %}

In the root folder of your project locate the **steam\_appid.txt** file and open it in your favorite editor. Add in this file your App ID as well and don't forget to save the changes.

<figure><img src="https://365534536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fe3sbbo5VF7BduV4kMEFP%2Fuploads%2FdHlIj9hNlO5xkYAfOsIt%2Fimage.png?alt=media&amp;token=80b20b3e-3653-403f-afb3-7dfcf0089045" alt=""><figcaption><p>The steam_appid.txt file located at your project root folder</p></figcaption></figure>

{% hint style="info" %}
The steam\_appid.txt file is for the API to work properly in Unity Editor
{% endhint %}

{% hint style="danger" %}
**Warning! Do not include the steam\_appid.txt file in your release build**
{% endhint %}

**Woohoo!** It's all ready for you to get started :)
