I have two machines connected to a private network. Unity application runs in one machine (#1) and images are stored in the other (#2). How can I access the Images from #2 when unity is launched in #1.
Using UnityWebRequest, I am able to access the images in the local machine. But the same doesn't work when I try to access the images in the remote machine.
↧