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 cbac8ed commit f950953Copy full SHA for f950953
Packages/com.unity.inputsystem/InputSystem/Plugins/UI/MultiplayerEventSystem.cs
@@ -49,8 +49,6 @@ protected override void OnDisable()
49
50
private void InitializePlayerRoot()
51
{
52
- if (m_PlayerRoot == null) return;
53
-
54
var inputModule = GetComponent<InputSystemUIInputModule>();
55
if (inputModule != null)
56
inputModule.localMultiPlayerRoot = m_PlayerRoot;
0 commit comments