UnityPackageImporter
public sealed class UnityPackageImporter : AssetImporterNo description is available for this type.
Methods
Section titled “Methods”
IndexRoughLocal(FolderSpec, bool, bool)
Section titled “IndexRoughLocal(FolderSpec, bool, bool)”public Task IndexRoughLocal(FolderSpec spec, bool fromAssetStore, bool force = false)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
spec |
AssetInventory.FolderSpec | |
fromAssetStore |
System.Boolean | |
force |
System.Boolean |
Returns
System.Threading.Tasks.Task — No return description is available.
SetHeuristicPipelineCompatibility(Asset)
Section titled “SetHeuristicPipelineCompatibility(Asset)”public static void SetHeuristicPipelineCompatibility(Asset asset)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
asset |
AssetInventory.Asset | |
TryParseSyntyFilename(string, out string, out string, out string, out string)
Section titled “TryParseSyntyFilename(string, out string, out string, out string, out string)”public static bool TryParseSyntyFilename(string filename, out string group, out string name, out string minVersion, out string version)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
filename |
System.String | |
group |
System.String | |
name |
System.String | |
minVersion |
System.String | |
version |
System.String |
Returns
System.Boolean — No return description is available.
ApplyHeader(AssetHeader, Asset)
Section titled “ApplyHeader(AssetHeader, Asset)”public static void ApplyHeader(AssetHeader header, Asset asset)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
header |
AssetInventory.AssetHeader | |
asset |
AssetInventory.Asset | |
IndexDetails(int)
Section titled “IndexDetails(int)”public Task IndexDetails(int assetId = 0)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
assetId |
System.Int32 |
Returns
System.Threading.Tasks.Task — No return description is available.
ProcessSubPackages(Asset, List)
Section titled “ProcessSubPackages(Asset, List)”public Task ProcessSubPackages(Asset asset, List<AssetFile> subPackages)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
asset |
AssetInventory.Asset | |
subPackages |
System.Collections.Generic.List{AssetInventory.AssetFile} |
Returns
System.Threading.Tasks.Task — No return description is available.
ReadHeader(string, bool)
Section titled “ReadHeader(string, bool)”public static AssetHeader ReadHeader(string path, bool fileExistsForSure = false)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
path |
System.String | |
fileExistsForSure |
System.Boolean |
Returns
AssetInventory.AssetHeader — No return description is available.