목차
(애니메이션에서 Event 게시하기로 가세요)
using System.Collections; using System.Collections.Generic; using UnityEngine; public class PostWwiseEvent : MonoBehaviour { public AK.Wwise.Event MyEvent; // Use this for initialization.. public void PlayFootstepSound() { MyEvent.Post(gameObject); } }