glTFast icon indicating copy to clipboard operation
glTFast copied to clipboard

Loading gltf prefabs as Asset Bundles?

Open skymeson opened this issue 1 year ago • 0 comments

Describe the bug So far I've been unable to load glb files as asset bundles. I've tried adding shader variants to the project settings, and also adding the glTF shaders to the "Always Included Shaders" in Graphics, but they still load in with shader errors. I've also tried loading bundles as scenes and prefabs, and by loading the shaders directly, all with the same results. I believe the issue is that the shaders are not being referenced properly since the asset bundle removes all references. This is a pretty critical aspect of game design and I feel like if we are going to be able to use glb files with asset bundles. Am I missing something simple, or is this just not possible yet?

skymeson avatar May 01 '23 04:05 skymeson