예제 #1
0
 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();
 }
예제 #2
0
 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();
 }
예제 #3
0
    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
    }
예제 #4
0
 static void Init()
 {
     // Get existing open window or if none, make a new one:
     EditorWindow.GetWindow(typeof(OVRLint));
     OVRLint.RunCheck();
 }