How to cancel the foreward and backward play by the middle mouse button?

General development topics: using various Unity tools, publishing games, etc.
Post Reply
dxxds
Posts: 9
Joined: 27 Jan 2021 04:17

How to cancel the foreward and backward play by the middle mouse button?

Post by dxxds »

When I show my own UI and using middle button to control the it, the game script play is also be controlled

:(

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: How to cancel the foreward and backward play by the middle mouse button?

Post by idaot »

Hello, check the Input Configuration under Naninovel's Project Settings, by default the scrollwheel controls the rollback function and you can change it there.

Here's the guide on Input Processing: https://naninovel.com/guide/input-proce ... d-keyboard

dxxds
Posts: 9
Joined: 27 Jan 2021 04:17

Re: How to cancel the foreward and backward play by the middle mouse button?

Post by dxxds »

idaot wrote: 07 Feb 2021 09:26

Hello, check the Input Configuration under Naninovel's Project Settings, by default the scrollwheel controls the rollback function and you can change it there.

Here's the guide on Input Processing: https://naninovel.com/guide/input-proce ... d-keyboard

oh , i see, but rollback can only control the backwardplay, is the foreward play is continue?

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: How to cancel the foreward and backward play by the middle mouse button?

Post by idaot »

Yes, you are indeed correct. It's under Continue > Axes in the Control Scheme.

Post Reply