Steam Localization Integration
Steam localization integration for the Audune Localization package
com.audune.localization.steam 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/steam.git README Markdown
Copy this to your project's README.md
## Installation
Add **Steam Localization Integration** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/steam.git
```
[](https://www.pkglnk.dev/pkg/steam)Dependencies (2)
README
Audune Steam Localization Integration
This package includes a locale selector that uses the Steam client language to select the locale for the localization system provided by the Audune Localization package.
Installation
Requirements
This package depends on the following packages:
- Localization, version 3.0.0 or higher.
- Steamworks.NET, version 20.0.0 or higher.
If you're installing the required packages from the OpenUPM registry, make sure to add a scoped registry with the URL https://package.openupm.com and the required scopes before installing the packages.
Installing from the OpenUPM registry
To install this package as a package from the OpenUPM registry in the Unity Editor, use the following steps:
- In the Unity editor, navigate to Edit › Project Settings... › Package Manager.
- Add the following Scoped Registry, or edit the existing OpenUPM entry to include the new Scope:
Name: package.openupm.com
URL: https://package.openupm.com
Scope(s): com.audune.localization.steam
- Navigate to Window › Package Manager.
- Click the + icon and click Add package by name...
- Enter the following name in the corresponding field and click Add:
com.audune.localization.steam
Installing as a Git package
To install this package as a Git package in the Unity Editor, use the following steps:
- In the Unity editor, navigate to Window › Package Manager.
- Click the + icon and click Add package from git URL...
- Enter the following URL in the URL field and click Add:
https://github.com/audunegames/steam-localization-integration.git
License
This package is licensed under the GNU LGPL 3.0 license. See LICENSE.txt for more information.
No comments yet. Be the first!