Namespace FBXImporter
Classes
ExtensionMethods
Provides extension methods for calculating and manipulating bounds in Unity, as well as fitting a camera view to those bounds.
FileUtil
Provides utility methods for handling file paths and file operations.
Importer
Provides asynchronous functionality for importing FBX and OBJ models into Unity at runtime. Leverages coroutines to perform non-blocking imports, converting ufbx scenes into Unity GameObjects with meshes, materials, textures, animations, cameras, and lights.
Importer.AdditionalLoadingOptions
Represents additional options that control the behavior of asset loading, such as texture compression, mipmap generation, and memory optimization strategies. This struct allows fine-tuning of import-time features to balance between performance, memory usage, and visual fidelity.
Importer.ImportResult
Represents the result of an asynchronous import operation, tracking progress and results.