hi,
[unity 6 6000.0.32f1];
[adventure creator 1.83.0];
[yarn spinner 2.5.1];
[localization 1.5.1];
I need to create a magazine that will add new pages as the game progresses, and each page will be entirely composed of images. However, I need to translate these pages into English and Russian.
To solve this, I have the idea of creating two separate magazine menus: one in Russian and one in English. Would this approach be appropriate?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
That's probably the best way that doesn't involve custom scripting, yes. Two separate journals that you update simultaneously.
When needing to turn on the correct Menu, you can use this Action to check the current language:
https://adventure-creator.fandom.com/wiki/Action_Check_Language
thanks, it solved all my questions.