Charlie Hess
Results
11
issues of
Charlie Hess
The following code, which you'd expect to prevent the listener from firing events, has no effect. ``` cs [SerializeField] private ScriptableEventListener listener; private void Awake() { listener.enabled = false; }...