Hello
I’d like to import a dataset that is hosted on-premise, to the Unreal Engine plugin. What is the general workflow for this?
Hello
I’d like to import a dataset that is hosted on-premise, to the Unreal Engine plugin. What is the general workflow for this?
Hi @Arkwiz,
As RidhwanAziz mentioned, this tutorial demonstrates how to load a 3D Tileset from a local directory (though I just realized it’s a little out of date.) If you’re trying to load a dataset that is hosted on premise, the process is pretty similar.
@RidhwanAziz, what was the issue preventing you from loading your tileset? Did it produce any error messages?
-Alex
Thank you for the input, I’ll try this out!
Hi @agallegos,
Thank you for your response. This is the error which was being prompted to me in the “Output Log” window when I entered the directory into the URL slot. Nothing appeared in the Viewport window.
It would be great if I could get your assistance to this issue. Thank you in advance!
Hi @RidhwanAziz ,
I think it is due to the space in your url. Try replacing any spaces with %20, it worked for me when I replicated the issue!
-Nithin Pranesh
Hi @Nithin_Pranesh…you’re awesome! It worked. Thank you for the tips! Cheers mate!
-Ridhwan