以下の内容はhttps://baba-s.hatenablog.com/entry/2020/06/12/090000より取得しました。


【Unity】Unity Test Runner のウィンドウをスクリプトから開く方法

概要

using System.Reflection;
using UnityEditor;

internal static class Example
{
    [MenuItem( "Tools/Example" )]
    private static void Hoge()
    {
        var assembly = Assembly.Load( "UnityEditor.TestRunner" );
        var type     = assembly.GetType( "UnityEditor.TestTools.TestRunner.TestRunnerWindow" );

        EditorWindow.GetWindow( type );
    }
}



以上の内容はhttps://baba-s.hatenablog.com/entry/2020/06/12/090000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14