Hi, not sure if this is a bug or if I’m doing something wrong. I’m working in Unity 2021.3.5f1
This script:
using UnityEngine;
using UnityEngine.Events;
public class UnityEventTest : MonoBehaviour
{
public UnityEvent testEvent;
}
Looks like this in the inspector:
I’ve got the inspector set to Normal view (not debug).
Any ideas? Thanks!