using UnityEngine; using System.Collections; public class VAUReverbZone : MonoBehaviour { void OnTriggerEnter(Collider col) { Debug.Log("ReverbZone aktualisiert."); } }