I don't see AC menus preview the creating them. The demo ones I see just in simulator window. The preview box is checked. The scene was transformed into Ac... Don't know how to work with it
I tried to create UI in Scene, but Cycle doesn't appear (the Button has Text component). It works when the menu is AC but I can edit it without preview:(((
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
I'd decided to make language change on clicking a button, can you help me with a ready-to-use script for custom action to change language? Thanks
The "Menu preview" feature is available in the Game window when a Menu's Source is set to Adventure Creator.
When a Menu relies on Unity UI, you view/edit the Menu's appearance by opening its linked Canvas prefab.
I'd recommend using Unity Ui Prefab mode as opposed to Unity Ui In Scene, except when a Menu needs to be in a fixed position in world-space. If you have issues settting it up, share screenshots and details and I can try to spot what's wrong.
A tutorial on working with Unity UI and Menus can be found here.
The language can be set with the Save: Set option Action.
Thanks a lot%)