glTFast icon indicating copy to clipboard operation
glTFast copied to clipboard

Efficient glTF 3D import / export package for Unity

Results 186 glTFast issues
Sort by recently updated
recently updated
newest added

Add support for the vendor extension [EXT_lights_image_based](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/EXT_lights_image_based)

enhancement
extension

Unity's [Texture API](https://docs.unity3d.com/ScriptReference/Texture.html) does not give you the amount of fine-grained control over filtering the glTF specification requires. Thus some modes might not work as expected. - No diffentiation between...

wontfix

## Context URP glTF shaders that use ShaderGraph have bad performance on pixel shader. It drops frame rate much especially if there are alpha-blend surfaces that cause pixel overdraw. This...

Currently the glTF materials have no (or a broken/outdated) material editor which only let's you change the raw input parameters. It does not provide: - enabling/disabling required shader keywords -...

enhancement

**Is your feature request related to a problem? Please describe.** At the moment, KHR_lights_punctual is only supported at import. Export is also desirable. **Describe the solution you'd like** Ability to...

enhancement

**Describe the bug** I tried to export glb file from both the context menu and from the code in editor mode, but it seems some textures are missing which use...

bug

**Describe the bug** When loading a glb file, the colors of the materials are changed upon loading. **Files** [Cube.zip](https://github.com/atteneder/glTFast/files/14476834/Cube.zip) **To Reproduce** Steps to reproduce the behavior: 1. Create a Cube...

bug

**Describe the bug** I can't figure out how to export a Draco compressed GLB file. I installed all packages available from the scope registry with the following versions: - glTFast...

bug

**Describe the bug** When exporting dynamically a GameObject that has some color, the material will lose its color. **Files** Here is a sample Unity project that show the bug. It...

bug

In our platform we use GLTF models, where some have WebP textures. In its current state, they fail to load. I've tried the forked webp_support, however this isn't working correctly...

enhancement