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

Hi this is a dumb question. I am trying to use gltfasset.cs to bring in my models without the animation clips. The other day I was messing with the package...

**Is your feature request related to a problem? Please describe.** Runtime importing: Many models in our case have shared materials (at least in name and appearance) and textures may be...

enhancement

The. Gltf model on the Android phone cannot release the memory correctly when it is destroyed

bug
question

**Describe the bug** Hello, I just started using Gltfast. Gltfast is very useful. I like it very much, but I still have some problems because of my ability. I want...

bug

**Is your feature request related to a problem? Please describe.** I'd like to setup the project, run tests and perform development to contribute improvements. **Describe the solution you'd like** I'd...

doc

@atteneder Hello,I found another bug😂. When I manually import a GLB file whose UVs are quantized to Short format, its textures are displayed wrong. This is wrong file's screenshot: ![image](https://user-images.githubusercontent.com/48820794/180378076-b18c9fc4-52af-49e0-97d2-ecdef14340c7.png)...

bug

**Describe the bug** Not sure if this is a regression in URP or in glTFast, I believe the former is more likely. When adding the glTFast shaders to the list...

bug

**Is your feature request related to a problem? Please describe.** As discussed in my other reports, I'm using binary glTF to hold the bits of scenes I'll dynamically load that...

enhancement

I'd like to add a feature which reads meta/extension data from a node and performs an action based on this, formatted similarly to [KHR_lights_punctual](https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_lights_punctual). As the extension is application-specific it's...

enhancement
extension

Hi, We try to make a point cloud scanner in Unity. We use [arfoundation-densepointcloud](https://github.com/cdmvision/arfoundation-densepointcloud) and we export point cloud with gltfast. Then we try to import gltf point cloud in...

bug