https://github.com/audunegames/steam-localization-integration
Steam localization integration for the Audune Localization package
https://github.com/audunegames/steam-localization-integration
i18n localization steam unity
Last synced: about 2 months ago
JSON representation
Steam localization integration for the Audune Localization package
- Host: GitHub
- URL: https://github.com/audunegames/steam-localization-integration
- Owner: audunegames
- License: lgpl-3.0
- Created: 2024-08-29T15:12:42.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-27T18:17:05.000Z (5 months ago)
- Last Synced: 2024-12-27T19:22:09.143Z (5 months ago)
- Topics: i18n, localization, steam, unity
- Language: C#
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Audune Steam Localization Integration
[](https://openupm.com/packages/com.audune.localization.steam/)
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](https://github.com/audunegames/localization) package.
## Installation
### Requirements
This package depends on the following packages:
* [Localization](https://openupm.com/packages/com.audune.localization/), version **3.0.0** or higher.
* [Steamworks.NET](https://openupm.com/packages/com.rlabrecque.steamworks.net/), version **20.0.0** or higher.If you're installing the required packages from the [OpenUPM registry](https://openupm.com/), 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.