Beamable SDK
|
An asset post-processor that reloads and rebuilds all (or the re-imported) IReflectionSystem defined via ReflectionSystemObject whenever one gets re-imported, deleted or moved. More...
Static Public Member Functions | |
static void | OnPostprocessAllAssets (string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths) |
An asset post-processor that reloads and rebuilds all (or the re-imported) IReflectionSystem defined via ReflectionSystemObject whenever one gets re-imported, deleted or moved.
This makes it so that a recompile isn't necessary to update the ReflectionCache for cases where you might not want that.