I think the following:
If that nodes were created before the connection with the visual editor or with code, they will be in all devices, if the code allows it, but the nodes created after the connection will not be propagated. If you want to do it, you need to syncronize the variables with the rset
function and do the functions (that functions must be declared with remote func
) that you want in all devices using the rpc_unreliable
function, both functions from GDScript
.
I hope this will be useful for you.
MxtApps :-)