Hey, I recently updated AC, and now have a small problem with "Close Interaction menus even if Interaction doesn't block gameplay?". I want it to close even if the interaction doesn't block gameplay. It's only closing when I put "Cut scene while moving". Any ideas?
https://ibb.co/vXbV9fW
https://ibb.co/LZ4jwC8
https://ibb.co/3pxZnFL
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @black_toad.
This option refers to the state of the Interaction ActionList (i.e. its "When running" Inspector field) - rather than the state of the game while the Player moves towards the Hotspot.
I shall give this some thought, though. In the meantime, try attaching this script (ForceCloseInteractionMenu.cs) to your Player:
That should cause the menu to close immediately upon choosing an option from the Interaction menu.
It works! You are awesome, thank you!