Downloads

← Back Example project for localization addon
Version:
1.0
Format:
Unity project zip archive
Dependencies:
BGLocalization

Description

Very simple project to showcase how to use localization addon

Features

  1. All Localization addon fields usage example
  2. Switching locales

Setup:

  1. Download zip archive, unzip it and open the project in Unity Editor (version >= 2017)
  2. Import BGLocalization asset
  3. If you use Unity 2022, you may see compilation errors in the console. Import "Unity UI" package using Unity package manager
  4. Run example scene (BGDatabaseLocalizationExample/Scenes/BGLocalizationScene1.unity)

Variant with custom loader

The same project with custom loader implementation, which uses Addressables system to download database content. Download

Releases

Click to see all releases
Version Release date Log
1.0 March 30, 2020 Initial release
← Back to Downloads