KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2020-11-01 to 1 day

UnityでEventを作る

note.com using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; // コールバックテスト public class MyCallbackTest : MonoBehaviour { // UnityEventの定義 UnityEvent unityEvent; // スタート時…

"FOOTER"