#How to load .blend files?
7 messages · Page 1 of 1 (latest)
blender can export .gltf which has first-party support from bevy
I tried, but seems .gltf won't contains texture? @honest lily
The .blend file doesn't contain any textures.
It looks like the material properties aren't being exported properly.
I found that if I switched the "Bianco" and "Nero" material surface setting to "Principled BSDF" and the base color to white and black, it looks correct in bevy.
You could also follow a tutorial for texture baking, but that's a bit more work.
Could you share your .gltf file? I'm new to game dev, and currently mainly leanring general concepts of game dev and engine, blender is on my list, but not started yet. @honest lily