How can I pass data with photon Fusion
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on Fusion.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
How can I pass data with photon Fusion
Sor3a
2022-09-03 22:09:55
Hello guys I have array of int and when the host join he will generate it , I want when the players join the server can know that data I searched a lot still didn't find anything
Comments
If I understood your question correctly, what you need is to add something like this:
[Networked, Capacity(4)]
NetworkArray
Here is the link for Networked arrays:
https://doc-api.photonengine.com/en/fusion/current/struct_fusion_1_1_network_array.html
Back to top