概要
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; } }
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; } }