Search Unity

Question Use Localization in embedded package

Discussion in 'Localization Tools' started by teamamplify, Feb 16, 2021.

  1. teamamplify

    teamamplify

    Joined:
    Nov 24, 2016
    Posts:
    12
    Is it possible to use Localization in an embedded Unity-Package and use the localized values and table references in another project?

    I tried to move all the files into the package, but I can not get it to load the strings from the project that embeds the package.

    Is it at all possible? What do I miss?
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,291
    Yes it should be possible. We added support for this in 0.10.0.
    I just tested it and it works for me. You will need to ensure that your project has a Localization Settings asset(go into Project Settings) and that the Locales have been added to the project.
     
  3. teamamplify

    teamamplify

    Joined:
    Nov 24, 2016
    Posts:
    12
    Thank your for your effort and fast reply.
    After setting everything up again it also worked for me.
     
    karl_jones likes this.