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


【Unity】.sln が生成される時に呼び出されるエディタ拡張の関数

概要

using UnityEditor;
using UnityEngine;

public sealed class Example : AssetPostprocessor
{
    private static string OnGeneratedSlnSolution( string path, string content )
    {
        Debug.Log( path );
        Debug.Log( content );

        return content;
    }
}



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

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