Unity-Technologies / InputSystem

An efficient and versatile input system for Unity.
Other
1.42k stars 306 forks source link

FIX: ISXB-621 disable all action maps except default map when input system is started #1936

Closed smnwttbr closed 3 months ago

smnwttbr commented 3 months ago

Description

When the InputSystem MonoBehaviour is enabled, all actions maps default to enabled. Only the default action map should be enabled. ISXB-621

Changes made

TODO

Checklist

Before review:

During merge:

ekcoh commented 3 months ago

I need to dig deeper into associated repro to understand fully the problem and suggested fix.... I will return to this PR.

Pauliusd01 commented 3 months ago

@stefanunity hey, could you take a look at this if you have the free time? If not I can still take a look but it will take a while till I can come around to this