Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

ForceInternalForce the use of the internal storage.
PreferExternalPrefer external, if possible. Use internal otherwise.