My requirements in short.
- I need to upload an IFC building model 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. Please suggest me any workaround how i can achieve my requirement.