Astra Unity 2.6.6
Astra Unity Plugin
|
Container class that handles importing MR files More...
Static Public Member Functions | |
static MRImportJob | ImportFromPath (string fileName, int parentJobId=Job.kNoParentJobId) |
Imports an MR file from on disk, this will install the MR as assets and is immediately accessible to the Loader system via GUIDs. In order for the Catalog to see new assets you must trigger a Astra.Catalog.Refresh. This is only necessary if you are self managing MR files and not relying on the Astra server for distributing assets. More... | |
Container class that handles importing MR files
|
inlinestatic |
Imports an MR file from on disk, this will install the MR as assets and is immediately accessible to the Loader system via GUIDs. In order for the Catalog to see new assets you must trigger a Astra.Catalog.Refresh. This is only necessary if you are self managing MR files and not relying on the Astra server for distributing assets.
fileName | The path to a pregenerated MR file |
parentJobId | An optional parent job id for job chaining |