Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

EasyLocalization - 2024

Discussion in 'Assets and Asset Store' started by GuardingPearSoftware, Jan 26, 2024.

  1. GuardingPearSoftware

    GuardingPearSoftware

    Joined:
    Mar 29, 2022
    Posts:
    51
    EasyLocalization_Social.png

    Let the world be your audience - Localization connects people and allows you to release your application worldwide in your audience's native language.
    EasyLocalization is an optimized tool for Unity that simplifies and streamlines the localization process. It offers an uncomplicated way to translate your story, subtitles, and audio while adjusting cultural references, symbols, or images to cater to your target audience.

    LOCALIZE

    Text: Localize your story, dialogs, menus and even more.
    Texture: Localize symbols, icons, or any image to match any culture.
    Audio: Localize your voiceovers, sound effects, music and audio in general.
    Customize: Using a generic approach, everything is localizable.

    ️ KEY FACTS

    - Integrated Workflow: Seamless integration into Unity Editor for centralized content management.
    - In-Editor Preview: Built-in feature for visualizing multilingual game aspects without constant builds.
    - Asset Organization: Structured approach to handle text, images, and audio for different languages from any file location.
    - Export/Import Support: Simplifies collaboration with translators through easy location export/import.
    - Automated Translation: Utilizes DeepL for automatic or real-time translation of text.
    - Customization: Easily expandable and adjustable for different asset types or code modifications.
    - Reliability: Above 90% test coverage ensures bug identification and resolution before shipping.
    - User-Friendly Design: Multiple demos for a shallow learning curve and accessibility.

    AUTOMATIC TRANSLATION

    Localization becomes a valuable function when numerous languages are to be served, but manual translation efforts can be time consuming and costly. A more efficient approach is to leverage automatic translation.
    EasyLocalization provides support for automatic translation using DeepL, you have the flexibility to either translate entire text assets, such as .csv or .json files, or use live translation during runtime.

    DOCUMENTATION

    EasyLocalization is packed with plenty of manuals, scripting API reference docs, and demos, enabling you to dive straight into coding!

    Documentation and Scripting Api Reference

    PLATFORMS

    All platforms Unity supports. Includes Mono and IL2CPP.

    CONTACT

    Contact: guardingpearsoftware@gmail.com
    Website: guardingpearsoftware.com



     
    Last edited: Apr 18, 2024
  2. GuardingPearSoftware

    GuardingPearSoftware

    Joined:
    Mar 29, 2022
    Posts:
    51
    I am currently searching for more testers, feel free to use the following voucher codes and let me know your opinion:

    ASV-VXNM-7QJM-Y4DU-4CWP-KU99
    ASV-PX6K-HPR9-LX77-XTR4-DEWT
    ASV-6GCE-AWFU-4CHL-K7GW-YLDW
     
    Last edited: Feb 14, 2024
    UnitySynopsis likes this.
  3. UnitySynopsis

    UnitySynopsis

    Joined:
    Jul 22, 2019
    Posts:
    41
    Thanks will check it
     
    GuardingPearSoftware likes this.
  4. GuardingPearSoftware

    GuardingPearSoftware

    Joined:
    Mar 29, 2022
    Posts:
    51
    Release version 1.1 is out:
    - Fix: Localizer singleton was recreated when closing the game.
    - Improvement: Demo B loading scene now shows a nice text what is getting loaded.
     
  5. GuardingPearSoftware

    GuardingPearSoftware

    Joined:
    Mar 29, 2022
    Posts:
    51
    Release version 1.1.1 is out:
    - Now includes all 250 country flags as png and svg. Also includes for most of it an alt text.

    Flags_1600x1125.jpg
     
  6. Lurking-Ninja

    Lurking-Ninja

    Joined:
    Jan 5, 2024
    Posts:
    533
    FYI, both keys are already gone, people just "forgot to mention" that they picked them up.
     
  7. GuardingPearSoftware

    GuardingPearSoftware

    Joined:
    Mar 29, 2022
    Posts:
    51
  8. GuardingPearSoftware

    GuardingPearSoftware

    Joined:
    Mar 29, 2022
    Posts:
    51
    Release of 2024.1: Unified the versioning
    - Demos: Moved the demo scenes from the "Demo" directory to the "Demos" directory.
     
  9. GuardingPearSoftware

    GuardingPearSoftware

    Joined:
    Mar 29, 2022
    Posts:
    51
    Release of 2024.1.1: Improved quick start
    - Fix: In rare cases, the global localization settings could not be saved in the project settings window due to a memory leak.
    - Improvement: The game scene in Demo B has been reworked to include localized dialogue audio.
    - Feature: Added a default MonoBehaviour 'LocalizedAudioSource' located at 'Assets\GUPS\EasyLocalization\Source\Addons\UnityAudio' to localize an AudioSource even more easy.