#if ENABLE_VR || UNITY_GAMECORE || PACKAGE_DOCS_GENERATION
using System;
namespace UnityEngine.XR.Interaction.Toolkit.Inputs.Simulation
{
///
/// (Deprecated) This class instantiates the in the scene depending on
/// project settings.
///
[Obsolete("XRDeviceSimulatorLoader has been replaced by the XRInteractionSimulatorLoader. ", false)]
public static class XRDeviceSimulatorLoader
{
///
/// (Deprecated) This method has been replaced with .
///
public static void Initialize()
{
}
}
}
#endif