I have the following code
var texture = ImageTexture.new()
texture=_viewport.get_texture()
now I want to send the texture value to other player ,so i can use it there as a texture for TextureRect node , as the following
rpc("set_texture",texture)
but it's not working !