Exemplo n.º 1
0
        static void Start()
        {
            BranchEditor editor = GetWindow(typeof(BranchEditor)) as BranchEditor;

            editor.Init();
            editor.Show();
        }
Exemplo n.º 2
0
        static void Start()
        {
            BranchEditor editor = GetWindow(typeof(BranchEditor)) as BranchEditor;

            editor.Init();
            editor.Show();
#if UNITY_2018_3_OR_NEWER
            renderPipelineAsset = GraphicsSettings.renderPipelineAsset;
            GraphicsSettings.renderPipelineAsset = null;
#endif
        }