4
Oh I forgot. This is the Unity Game coding.
4
Yes. Salman. But I want to know where is this happening... Can you explain me, please?
3
it seems you are missing call of Eventmanager.AddNoArgumentListener to register listener.
3
EventManager.NoArgumentInvoker.InvokeNoArgumentEvent(); this methods null and you can check by putting debugger. Thanks.
3
Hi.
The error is saying, Object reference not set to an instance of an object which means in that particular line it is getting null value and you need to check by debugging why it is getting null.
Check this link it may help you,
https://www.youtube.com/watch?v=GwtevbSLuXQ
Thanks.
2
Hey! Did you pass the test?? I'm taking the same course and I'm struggling to find the answer to this assignment! Could you please let me see your scripts? Thank You!!