Search Unity

No translation found for keys on coworkers machine

Discussion in 'Localization Tools' started by usedtobeadoctor, Jun 10, 2022.

  1. usedtobeadoctor

    usedtobeadoctor

    Joined:
    Nov 13, 2015
    Posts:
    14
    On one coworker's computer, no translations are found for many keys. These text components are static and simply use a Localized String Event component to fetch the appropriate values. Everything is working on my machine, and it looks normal on hers until she enters play mode, and suddenly the error messages appear. Using the localization scene controls when not in play mode behaves normally. Does anyone have any idea what I'm missing here?
     

    Attached Files:

  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,300
    That's strange. What version of the Package are you using?
     
  3. usedtobeadoctor

    usedtobeadoctor

    Joined:
    Nov 13, 2015
    Posts:
    14
    It turns out that the problem was due to the addressable groups containing the localization info being locked by version control when I added the new tables. So even though the tables themselves were submitted correctly and the references to them on my coworker's machine were fine, Unity wasn't able to find the addressable when in play mode.

    This was 100% my mistake, and I'll be careful to watch out for that happening in the future, but it would definitely have been helpful to get an error message to point me in the right direction!

    For the record, our package version is 1.3.1.
     
    karl_jones likes this.