AndroidPreferredDataLocation
Preferred data location.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum AndroidPreferredDataLocation
Remarks
Additional Resources: _preferredDataLocation.
Fields
Value | Description |
|---|---|
| ForceInternal | Force the use of the internal storage. |
| PreferExternal | Prefer external, if possible. Use internal otherwise. |