コード例 #1
0
        static void Start()
        {
            BranchEditor editor = GetWindow(typeof(BranchEditor)) as BranchEditor;

            editor.Init();
            editor.Show();
        }
コード例 #2
0
ファイル: BranchEditor.cs プロジェクト: ChrisTohFer/GitHorror
        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
        }