UnityGLTF
UnityGLTF copied to clipboard
Runtime glTF 2.0 Loader for Unity3D
Spelling fix Tavis -> Travis
[Texture2D.LoadImage](https://docs.unity3d.com/ScriptReference/Texture2D.LoadImage.html) is slow, can only be ran on the main thread, and blocks the renderer while loading. This is a dealbreaker for a lot of projects, especially those involving VR...
The UnityGLTF repo has been stale for around 2 years now. This is approximately the same time when we (prefrontal cortex) started working with glTF extensively, and thus we forked...
Avoid load exception.
Has anyone managed to make a webgl build working ? I'm on unity 2021.1.24fc1 and whenever I do a WebGL build with the test scenes I end up with the...
Hello, I'm using UnityGLTF 1.10.0-pre from the dev branch and I'm trying to export a character. When I set the character to Humanoid and I export to GLB the animations...
Hi, Actually app freeze (and sometimes app crash) when we try to export glb. Have you planned to make export async ?
Hi, I do export correctly glb with animations from editor, but when i tried with th built project glb has no animations,not sure is an issue but some kind of...
Hello, I am jeoungju kim, an employee of the graphic development team of Samsung Electronics Mobile Division. This project has some fatal errors as well as issues with sparse accessors....
Hi, I downloaded and imported the unity package of UnityGLTF in my project and I just added prefabs from one of given example scenes into my scene i.e. GLTF (GLTFComponent...