Hi guys, I am using unity as a tool to display 3d models inside a website. Furthermore I want the user to select a 3d modal (.fbx )inside the webpage and I want unity to display them. the problem is once the user select the 3d modal I cant find a way to send file to unity to display it.
I know I can upload the file to a server and fetch it from unity but I want unity to grab it from the page directly.
I have found that I can call unity functions from javascript but can If I send the file path to unity for example (Knowing its local stored in the user computer and not in the server ) will unity be able to use that path to grab the fbx file?
Or is there some way?
↧