Forum rules - please read before posting.

Bug: Disabling Domain Reload doesn't work anymore when enabling "auto-sync locale" in Speech Menu

As the Title says, if "auto-sync locale" is enabled in the speech menu, disabling domain reload leads to errors.

Comments

  • In what versions of AC, Unity, and Localization, and what are the errors?

  • Never mind the above: recreated the issue.

    Open up RuntimeLanguages, and replace:

    private void OnDisable ()
    {
        EventManager.OnChangeLanguage += OnChangeLanguage;
    }
    

    with:

    private void OnDisable ()
    {
        EventManager.OnChangeLanguage -= OnChangeLanguage;
    }
    
  • Totally missed this, thanks for the quick fix! (I just noticed it landed in the asset store already.)

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.