static void Init() { // Get existing open window or if none, make a new one: EditorWindow.GetWindow(typeof(OVRLint)); OVRPlugin.SendEvent("perf_lint", "activated"); OVRLint.RunCheck(); }
static void Init() { Debug.LogWarning("OVR Profiler has been replaced by OVR Performance Lint Tool"); // Get existing open window or if none, make a new one: EditorWindow.GetWindow(typeof(OVRLint)); OVRPlugin.SendEvent("perf_lint", "activated"); OVRLint.RunCheck(); }
static void Init() { // Get existing open window or if none, make a new one: EditorWindow.GetWindow(typeof(OVRLint)); OVRPlugin.SendEvent("perf_lint", "activated"); OVRLint.RunCheck(); #if !UNITY_2017_2_OR_NEWER mWasPlaying = EditorApplication.isPlaying; #endif }
static void Init() { // Get existing open window or if none, make a new one: EditorWindow.GetWindow(typeof(OVRLint)); OVRLint.RunCheck(); }