I had a doubt in unity. I need to fetch the 3D object into unity from server without using unity's addressable or asset bundles. The scenario is something like I have an API & whenever I hit the API I get JSON response, that json has a link which is location for 3D model I need to fetch 3D model from that link into unity. Any idea on this?