PlayModeTestUtilities.EnsureInputModule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Make sure there is a MixedRealityInputModule on the main camera, which is needed for using Unity UI with MRTK.
public:
static void EnsureInputModule();
public static void EnsureInputModule ();
static member EnsureInputModule : unit -> unit
Public Shared Sub EnsureInputModule ()
Remarks
Workaround for #5061