hi,
[unity 6 6000.0.32f1];
[adventure creator 1.83.0];
here are my interface settings: https://imgur.com/a/M5lAWgH
I have a prefab menu from the "shop system" downloads page; there is no checkbox for "pauses the game" in the settings of this menu;
I was hoping to use the "unity ui blocks..." checkbox so that my character wouldn't move while using the vending machine and couldn't click on it again and unlock the interactions menu.;
but for some reason this checkbox doesn't work at all, any ideas?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Can you share the Menu's properties? Pauses game? should be both visible, and checked by default, while its Appear type is set to Manual.
The UI Blocking option will only take effect when the mouse is over the menu itself. If you want to prevent movement and interaction while it's shown, either have it pause the game, or run Engine: Manage systems Actions when it turns on to prevent the Movement and Interaction systems, and vice-versa when it turns off.