📦 Installation
Install Steamworks.NET
Small Steamworks requires Steamworks.NET to work. See their installation guide for more information.
Open UPM (Recommended)
The package can be installed via OpenUPM.
Using CLI
If you have the OpenUPM CLI installed you can run the following command in your project folder:
openupm add se.hertzole.small-steamworks
That will install the latest version for you when you get back to Unity.
Manually
- Open Edit/Project Settings/Package Manager
- Add a new Scoped Registry (or edit the existing OpenUPM entry)
Name:package.openupm.com
URL:https://package.openupm.com
Scope(s):se.hertzole.small-steamworks
- Click
Save
(orApply
) - Open Window/Package Manager
- Click
+
- Select
Add package by name...
orAdd package from git URL...
- Paste
se.hertzole.runtime-small-steamworks
into name - Click
Add
Git URL
- Open Window/Package Manager
- Click
+
- Select
Add package from git URL...
- Paste in
https://github.com/Hertzole/small-steamworks.git#package
Development version
caution
The development version is not guaranteed to be stable and might not work at all. Use at your own risk!
If you want to use the latest development version, you can use the following URL instead: https://github.com/Hertzole/small-steamworks.gitdev-#package