Class AssetNotPersistentException
This exception is thrown when an asset is expected to be persistent(saved on disk) but it is not.
Namespace: UnityEditor.Localization
Assembly: Unity.Localization.Editor.dll
Syntax
public class AssetNotPersistentException : Exception
Constructors
Name | Description |
---|---|
AssetNotPersistentException(Object) | Creates a new instance of the exception. |