How can I pass data with photon Fusion
Answers
-
If I understood your question correctly, what you need is to add something like this:
[Networked, Capacity(4)]
NetworkArray <int> syncedArray { get; }
Here is the link for Networked arrays:
https://doc-api.photonengine.com/en/fusion/current/struct_fusion_1_1_network_array.html
0