We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6cd84 commit bab6331Copy full SHA for bab6331
1 file changed
Packages/com.unity.inputsystem/InputSystem/InputManager.cs
@@ -4122,7 +4122,8 @@ internal void RestoreStateWithoutDevices(SerializedState state)
4122
4123
if (m_Settings != null)
4124
Object.DestroyImmediate(m_Settings);
4125
- m_Settings = state.settings;
+
4126
+ settings = state.settings;
4127
4128
#if UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS
4129
// Note that we just reassign actions and never destroy them since always mapped to persisted asset
0 commit comments