Enemies destroyed successfully after hit points like this
but when the player dies and level restart then only hit point vfx occur and enemy not dies like this
Enemies destroyed successfully after hit points like this
Hi,
Double click on the error message. To which line in your code does it refer?
NullReferenceException means that a reference (“link”) to an instance is missing. Double click on the error message to see to which line in your code it is referring. If you exposed a field in the Inspector, make sure that it’s not empty.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.