Schlagwort: Localization

  • Unity localization

    Unfortunately Unity doesn’t support a native localization system. I tried using Resources (.resx) from Visual Studio in Unity, but it couldn’t be initialized: MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure „Irrelevant.Assets.Test.resources“ was correctly embedded or linked into assembly „e46f0a679b15cf745b8e1be9f452390f“ at compile time, or that all…