GLTFUtility
GLTFUtility copied to clipboard
Importer.LoadFromBytes Async?
It would be nice to have a Importer.LoadFromBytes but Async
@rafaP You are talking about this method ?
public static void ImportGLBAsync(byte[] bytes, ImportSettings importSettings, Action<GameObject, AnimationClip[]> onFinished, Action<float> onProgress = null);
Already available in source !!