I've setting inventory appear type to Manual, because i want to see it always. But when I save, inventory disappear and at loading inventory is not visible. There's any way to solve this issue? Where's my error?
If you've set it to Manual, make sure enabled on start? is checked. Else the menu won't ever appear until you call it with an action (Action: Menu -> change state -> Turn on menu).
The inventory is not enabled on start, and it's correctly showed when I use "Turn on" in an Action at OnStart of a scene. The problem is when I save, using automatic AC's saving system. In the moment of saving, inventory disappear by itself and don't return visible, and when I load scene it's not visibile. I hope that explanation should be more clear.
When you use the default Menus for saving and loading, any Manual Menus are turned off because the Pause Menu overrides them.
You will need to manually turn these Menus back on after saving by using a Menu: Change state Action in an ActionList asset, and assigning that asset as the Save Menu's ActionList after saving field.
Comments
You will need to manually turn these Menus back on after saving by using a Menu: Change state Action in an ActionList asset, and assigning that asset as the Save Menu's ActionList after saving field.