MissingMethodException: UnityEngine.InputSystem.UI.InputSystemUIInputModule.OnXXX Due to: Attempted to access a missing member.

unity2019.4.14 InputSystem1.0.0

https://forum.unity.com/threads/unity-new-input-system-multiplayereventsystem-and-inputsystemuiinputmodule-is-commented-out.885214/

原因

PlayerInputInputSystemWIthInputModuleが同じgameobjectにあるシーンをロードすると発生します。

対処法

PlayerInputを別なGameObjectに設定すればいいです。

これバグなのかな…念のためレポートしてみます