csharp
public sealed class FolderImporterImports a folder, which produces nothing.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
A folder is an asset because it is where an addressable group is inherited from and where a GUID has to live so that renaming a directory does not orphan everything under it. It has no content, so this reads nothing and writes nothing — and that is the whole implementation rather than an omission.
Fields and properties (1)
public override int VersionIts own version. Bumping it invalidates every artefact it has ever produced, which is the whole mechanism for "I fixed the mip filter, re-import everything".
Methods (1)
protected override ValueTask<ImportResult> ImportAsync(ImportContext context, FolderImportSettings settings, CancellationToken cancellationToken)Imports one asset.
Used by (2)
- BuiltInImportersVixen.Editor.Assets
- ImportPipelineTestsVixen.Editor.Assets.Tests