Problem with UNET calling methods
Hello I was following up with this tutorial series - https://youtu.be/biOL7jCuV1g
The respawning doesnt work when the host kills the client It works fine when the client kills other client/host But when the host kills a client , the components wont get disabled , nothing gets disabled , the Die() method is never called. I tried throwing a log message saying "Die method called" , this gets displayed when the client kills the host , but not when the host kills the client :/
My script are almost exactly the same as in the video , please help Im on the latest version of Unity 5.6
Your answer
Follow this Question
Related Questions
Respawning Player After Destroying 1 Answer
My respawning script isn't working 0 Answers
How to get OnTriggerEnter working over a network 2 Answers
[UNET] ClientMoveCallback3D Example? 1 Answer