コピペ一覧
:

エディタ再生前にリフレッシュする (Plain text) 2019-02-21 03:24
using System.Collections; using System.Collections.Generic; using UnityEditor; using UnityEngine; public class RefreshPlay { [InitializeOnLoadMethod] static void Run() { EditorApplication.playModeStateChang...