We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4eb680 commit e007218Copy full SHA for e007218
Packages/com.unity.inputsystem/InputSystem/InputSystem.cs
@@ -3716,7 +3716,7 @@ private static void OnProjectChange()
3716
// temporary settings object.
3717
// NOTE: We access m_Settings directly here to make sure we're not running into asserts
3718
// from the settings getter checking it has a valid object.
3719
- if (HasNativeObject(s_Manager.m_Settings))
+ if (!HasNativeObject(s_Manager.m_Settings))
3720
{
3721
var newSettings = ScriptableObject.CreateInstance<InputSettings>();
3722
newSettings.hideFlags = HideFlags.HideAndDontSave;
0 commit comments