not for player movement but I need to network the AI's movement
well I haven't really tried anything because idk how to network movement
not for player movement but I need to network the AI's movement
well I haven't really tried anything because idk how to network movement
Copyright © 2021 Jogjafile Inc.
Basically you can use one of three approaches.
Easy mode
Add PhotonView and SimpleMode2D to your player
RPCMode
You will still need to add PhotonView and RPCPlayer and to your player, but this time your movement control will be separately
RaiseEvent Mode
Here you will need to create player instantiation/deletion and manipulation. I'm using this method because it more flexible but more complex. You can refer to documentation. Sorry here without code for now, I'll update this comment if you get interested in RaiseEvent usage.