Hello,
Simple question:
What is the best way to handle NPCs/Monsters synchronization?
for now i thought of two possibilities:
1) give them a PhotonView and sync position as scene object or property of the Master Client
2) use RPC to determine the target(player who will get attacked) and let the scripts do the magic
Thanks for the feedbacks
Simple question:
What is the best way to handle NPCs/Monsters synchronization?
for now i thought of two possibilities:
1) give them a PhotonView and sync position as scene object or property of the Master Client
2) use RPC to determine the target(player who will get attacked) and let the scripts do the magic
Thanks for the feedbacks