I loaded a glTF file for the game that I making locally on my computer. But something is not working right. Only half of the assets are loading. The textures are not loading but the scene.gltf is loading. I don’t know about the .bin file. How do I get all the files to load, and the textures to be applied to my asset?
Is you model loading into Sandbox correctly?
Would be nice also to have your repro in Playground, otherwise it could be very diffucult to find the problem.
It will not work in the playground. Let me explain why. I am using external files, so I am using dropbox to host them. There is more than one file for the asset. I could just make a public folder, but that makes a new link to that folder. But you can’t use folder links, only file links, (at least not that I could find in the docs). So dropbox does not work. Because of restrictions, I can’t use github or anything like imgur. So the best option is to do it locally.
Maybe you could provide .zip archive with model and all its assets?
From my point of view, Github is much more convenient than Dropbox. It is possible to put the model and all its assets in Github folder and use it at Playground.
Otherwise, having neither your model nor your code it would be difficult to point yout problem.
OK, thank you but it does not explain how to upload a new folder. I could just make the folder, but then it prompts you to make a new file. You can’t just make a new .png file or .jpg file like you can a JavaScript file, and it won’t let you upload a picture to that folder.
Just drag and drop all your model files and Textures folder from your comp into Github folder. It will know about folders (at least it is so in my case).
Please note, that when creating a new folder at GitHub you also need to create a least some file, for example readme.md.
OK I figured it out . But how do change the mesh (scale and postion)? it is working, but it is not applying the position and scaling and stuff that it was before.
Thank you so much , and I know that this is really pushing it, but when I try to animate it like this: scene.beginAnimation(skeletons[0], 0, 50, true, 1.0);
It is not working. You don’t have to answer this, it is kind of off topic, but I really thought it would work .