Skip to content

vr-voyage/vrchat-glb-loader

Repository files navigation

Starting to work well

A Udon-ready GLTF Binary (GLB) loader.

Download

Download the latest release here

Demo video

glb-loader-demo-textures-bc7-360p.mp4

Showcased assets :

Test world

You can test the loader in the following world :

https://vrchat.com/home/launch?worldId=wrld_a74abb7d-a423-44bb-a7ea-3bc5e8281dde

Use-case

The point is to be able to load GLB data in-game.

This can handle complex scenes, however a lot of features are still missing.

Still, you can give it a try. To load the textures, you need to make sure they're converted to DDS before hand. I prepared a converter to do that.

The reason I need to pre-convert the textures is because LoadImage doesn't seem to be exposed in U#.

Also, no bones or armature support yet.