So I have this Custom 3D Gen tool in my own repo that can generate and replace gameObjects with the generated .glb files, I want to know how users feel about getting some integration similar to this.
With my current implementation, the two dependency are:
(1)You need to have Trellis .Dockerfile running in a server or somewhere to handle the request, at least 12GB VRAM is there to prevent OOM issue
(2)Need to import GLTFast as a package.
Let me know how people feel about this:)