Class LiveLinkBuildImporter
Inherited Members
UnityEditor.AssetImporter.AddRemap(UnityEditor.AssetImporter.SourceAssetIdentifier, UnityEngine.Object)
UnityEditor.AssetImporter.RemoveRemap(UnityEditor.AssetImporter.SourceAssetIdentifier)
UnityEditor.AssetImporter.assetTimeStamp
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Unity.Scenes.Editor
Syntax
[ScriptedImporter(19, "liveLinkBundles")]
public class LiveLinkBuildImporter : ScriptedImporter
Fields
k_BundleExtension
Declaration
public const string k_BundleExtension = "bundle"
Field Value
Type | Description |
---|---|
String |
k_ManifestExtension
Declaration
public const string k_ManifestExtension = "manifest"
Field Value
Type | Description |
---|---|
String |
Methods
OnImportAsset(AssetImportContext)
Declaration
public override void OnImportAsset(AssetImportContext ctx)
Parameters
Type | Name | Description |
---|---|---|
AssetImportContext | ctx |