I'm not familiar with the specifics of the asset, but this should be possible if you rekly on Audio Mixer Groups - a tutorial can be found here.
Once set up, it should then just be a case of having the other asset's AudioSource components rely on A…
It's from the Sprites 2D Toolkit integration, which is no longer supported and not included in AC's source code any more.
Deleting the AnimEngine_Sprites2DToolkit script should resolve this.
The animated cursor prefab is assigned at the top of the Cursor Manager - you can return it to the default UI cursor by instead assigning the "CursorUI" prefab inside your game's UI subfolder (the same location as your default UI prefabs).…
The Hold Key variant needs a non-zero "Required duration" value - this represents how long to hold the key for, while "Duration" represents the length of the QTE itself.
I cannot recreate issues with either type on my end, howev…
There's nothing assigned in the element's "Linked Button" field. Even though you're dealing with an Image only, an Interaction element needs to link to a UI Button. You can configure its appearance to remain unchanged when interacted wit…
(Quote)
This is a "Hold Key" QTE - you'd need to hold the down button for 4 seconds, rather than press it 5 times.
When testing with Input Manager, have you removed AC's Input System integration objects and enabled "Both" in the…
Attach the Event Runner component to it, and define a set of Hotspot/Select and Hotspot/Deselect events - assigning the Hotspot in each so that the events only fire when this given Hotspot is selected/deselected.
You can then configure ActionLists …
To enable the direct-navigation of Menus during gameplay, use the Engine: Manage systems Action.
If you use Unity UI for your Menus, you'll also need to configure which element gets selected by default in the Menu's properties.
The Manual's "…
Avoid the use of the Input: Check Action in a loop - the QTE Action is intended as a replacement for this.
Have you recreated the tutorial before modifying it to suit your own needs? I'd recommend making sure that works before anything else - as w…
If you use Context Sensitive interactions, an Interaction element in your Hotspot menu with "Fixed icon?" unchecked should do it - is this what you have?