internalName
Internal name used to load the built Scene from an asset bundle.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor.CoreModule
public string internalName { get; set; }
Remarks
Internal names are used for loading to avoid collision if Scenes with similar file names are added to the same AssetBundle. Internal use only. See SceneLoadInfo.