Skip to main content
You can easily change the dialogue progression bind using two methods.

BindNextEvent(InputAction)

The first way you can change your next dialogue bind with is by using the BindNextEvent(InputAction) method, it takes an InputAction and binds the OnNextDialogue event to its performed event.

Input Actions Asset

Create an Input Actions Asset in your project and set it as the project default (if you don’t already have one), then add an input action called “NextDialogue” or “NextDialog” and set it to the bind(s) you want. Input Actions Asset