You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to upload an IFC building file from mobile in our unity application.
Need to convert it to .GLB format.
Need to upload/Download the .GLB models from AWS server based on user stored models.
These are my requirements, to achieve this i have gone through some tutorial stated that, we need to convert the .GLB to .GLTF format which gives in lesser size. For that i am trying this plugin which is throwing compile time error.
Once i have compiled the serialization project on visual studio. My Unity started crashing. Please suggest me any workaround how i can achieve my requirement.
The text was updated successfully, but these errors were encountered:
Build the project in Visual Studio and go to bin folder in Debug/Release, copy the dll's to plugins folder in Unity project. This solves the crash issue, but if you need to convert from glb to gltf there are other converts available on the internet, which can be easily integrated into AWS
Hello,
My requirements in short.
These are my requirements, to achieve this i have gone through some tutorial stated that, we need to convert the .GLB to .GLTF format which gives in lesser size. For that i am trying this plugin which is throwing compile time error.
Once i have compiled the serialization project on visual studio. My Unity started crashing. Please suggest me any workaround how i can achieve my requirement.
The text was updated successfully, but these errors were encountered: