以下の内容はhttps://baba-s.hatenablog.com/entry/2025/03/09/140448より取得しました。


【Unity】EditorUtility.OpenPropertyEditor で指定したオブジェクトの Property ウィンドウを表示できる

概要

using UnityEditor;

internal static class Example
{
    [MenuItem( "Tools/Example" )]
    private static void Run()
    {
        EditorUtility.OpenPropertyEditor( Selection.activeObject );
    }
}

EditorUtility.OpenPropertyEditor を使うと

上記のような Property ウィンドウを表示できます。

参考サイト様




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

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