@ChrisIceBox Latest Version (1.85.5), Unity version is 6000.2.6f2
I found a way to reproduce the issue 100% of the time, it's the 6 step process with loading saves
I can definitely send you the files, I just need some time to zip them up and upload…
OK I figured it out!
If anyone wants to have the same behavior here's how you do it
First, you want to set your Inventory Menu's Appear type to "Manual"
Then you want to create a new UI Element (I call it Inventory Activator) and set its…
@ChrisIceBox sorry to bump this but I realized there's a small issue with the script
I noticed it stopped working despite me not updating AC or Unity and after a little debugging I pinpointed the cause to the fact that I also have the same script a…
@ChrisIceBox yeah the script does exactly what I was looking for!
I think it could be useful if that was done natively in AC, like for example adding an option "Override interaction verb" right under "Enabled" here in the inspect…
Update: I was able to "fix" it by editing the PlayerInput.cs script so that UpdateActiveInputs() is called before the "EndCutscene" input is checked but it's obviously not a proper solution