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


【Unity】Unity 2020.1 新機能 - .unitypackage でインポートしたアセットの一覧を取得できる「onImportPackageItemsCompleted」

概要

using UnityEditor;
using UnityEngine;

[InitializeOnLoad]
public static class Example
{
    static Example()
    {
        AssetDatabase.onImportPackageItemsCompleted += paths =>
        {
            foreach ( var path in paths )
            {
                Debug.Log( path );
            }
        };
    }
}



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

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