I have error in Unity EnemySpawner Script c#
Assets\Code\Scripts\EnemySpawnerr.cs(18,19): error CS0246: The type or namespace name 'UnityEvent' could not be found (are you missing a using directive or an assembly reference?)
14 Replies
You should have
using UnityEngine.Events;
I believeok but i have another question
my another script is fine but i haven t anythings on my component
i fixed it before alot time but ty
Why did you post it here then 😆
idk i need wait again 4h xDDD
Not really sure what your other problem is
see my script
i have [SerializeField]
but nothing here
You might be better off asking in $unity