wk
wk
Hi, I downloaded and imported the unity package of UnityGLTF in my project and I just added prefabs from one of given example scenes into my scene i.e. GLTF (GLTFComponent...
Hi, I am importing a glb file into my scene as follows: ` GLTFComponent gltfcomponent = model.AddComponent(); gltfcomponent.GLTFUri = "https://dummy.com/model.glb"; gltfcomponent.Multithreaded = true; gltfcomponent.UseStream = false; gltfcomponent.AppendStreamingAssets = false; gltfcomponent.PlayAnimationOnLoad...