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

**Is your feature request related to a problem? Please describe.** Currently the support for SpeedTree are problematic in 3 ways: - `Nature/*` class shaders are special and require reading from...

enhancement

I assume that skinning won't be supported until you are less busy? Will have to take you up on the code structure mentoring. Is anyone else taking up skinning and...

enhancement

Is there any timeline on supporting animation export? Cheers

enhancement
animation
export

**Is your feature request related to a problem? Please describe.** Exporting models already imported through glTFast cause issues with the textures being swizzled and not looking as desired being imported...

enhancement

Exporting GameObjets using LoD via [`LODGroup` ](https://docs.unity3d.com/Manual/class-LODGroup.html) will discard the different levels. Possible solutions: 1. Always pick the most detailed level or let users choose the level via export settings...

enhancement
export

**Is your feature request related to a problem? Please describe.** [Based on what I read](https://github.com/KhronosGroup/glTF/issues/1021), glTF enforce UV coordinate (0,0) at lower left and this is different from the default...

enhancement
export

**Describe the bug** First of all, thank you for continuing to develop such a great library. I found some rendering differences between glTFast and web-viewers. It seems to happen when...

bug

[glTFast 4.6.0, Unity 2021.2] **GameObjectInstantiator:397** calls **animation.Play()** right after adding the legacy Animation component to the instance object. This causes animations to start automatically, and the only way to stop...

enhancement

glTF Export has landed in 4.4.0. Now it's time get it out of experimental ### TODO - [x] Run-time export via API - [x] Save to file - [x] Save...

enhancement
export

**Describe the bug** Gltf Exporter Loss Model Material. > Here is my demo job. **Files** In unity,with model material ![unity_demo](https://user-images.githubusercontent.com/52167297/148971406-f612a5a3-c044-4f21-9a9a-f3d857813350.png) After exported,without model material ![without_demo](https://user-images.githubusercontent.com/52167297/148971761-23f16b5d-fca9-44b2-a58b-12dbe2631ca2.png) Exported files: [demo.zip](https://github.com/atteneder/glTFast/files/7847699/demo.zip) **Desktop (please...

bug
export