Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


roamingFolder

Returns a path to roaming folder.
Read time 1 minuteLast updated 6 days ago

Definition

public static string roamingFolder { get; }

Remarks

On Windows Store Apps, it will be \<main drive\>:\Users<user name>\AppData\Local\Packages<package id>\RoamingState, directory is writeable, so you can create, read and write files to it. In Editor, it will be \<your project path\>\RoamingState.
Note: This property is only available on the Universal Windows Platform.