Forum rules - please read before posting.

Bug with Engine - Manage system

Hello all,

I think I have discovered a bug. When using Engine > Manage System and disabling Input all buttons are disabled as expected except the axis for the menus. You can still navigate but cannot press buttons.

Comments

  • Thanks for the report.

    What's your AC version, and is the Menu reliant on Unity UI?

  • What's your AC version

    It's 1.81.2

    and is the Menu reliant on Unity UI?

    No, you can test it on AC pause menu.

  • Recreated, thanks. I will put a fix out in the next release.

    In the meantime, copy/paste the following to the top of PlayerMenus' CheckForDirectNav function:

    if (!KickStarter.stateHandler.CanReceiveInput ()) return;
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.