Hello,
i'm try to figure out how to send a small png file 100-200k from Server/Client to Client and via versa.
I have this script here but it doesn't work...
Also i never had used the Network writer before and so no idea if i'm on the right trail...
Is there a example how to send a user image over network?
If someone has a idea or know how please feel free to comment here...
many many thxx
M.
Send PNG from Server to Client and via versa ?
i'm try to figure out how to send a small png file 100-200k from Server/Client to Client and via versa.
I have this script here but it doesn't work...
Also i never had used the Network writer before and so no idea if i'm on the right trail...
Is there a example how to send a user image over network?
If someone has a idea or know how please feel free to comment here...
many many thxx
M.
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.Networking;
- using...