0

I am currently developing a mobile game and I recently stumbled on Addressable Assets. I watched a few tutorials and I have placed my test assets onto my web server which I use with the web hosting service HostGator. The test prefabs that I have been using were instantiated while on my local machine, but have not appeared when I set them up on my web server. Is there a way to use addressable assets with a web hosting service, or am I stuck with AWS, Google Cloud, and other hosting services?

1 Answers1

1

I've got the loading working from a custom webserver. So you should be able to do this without the use of any service.

Gijs Beijer
  • 560
  • 5
  • 19