Loading...
Searching...
No Matches
realvirtual.GLBStreamingImporter Class Reference
Performs true asynchronous GLB import with incremental loading to avoid blocking the main thread. More...
Public Member Functions | |
| GLBStreamingImporter (string path, MonoBehaviour contextObject=null, Transform parentTransform=null) | |
| async Task< GameObject > | ImportAsync (Action< GLBLoadProgress > onProgress=null, CancellationToken token=default) |
| Imports a GLB file with true async processing and progress reporting. | |
Detailed Description
Performs true asynchronous GLB import with incremental loading to avoid blocking the main thread.
Uses coroutines to spread heavy operations across multiple frames for smooth runtime experience.
Member Function Documentation
◆ ImportAsync()
| async Task< GameObject > realvirtual.GLBStreamingImporter.ImportAsync | ( | Action< GLBLoadProgress > | onProgress = null, |
| CancellationToken | token = default |
||
| ) |
Imports a GLB file with true async processing and progress reporting.
Uses coroutines to spread heavy operations across multiple frames.