Skip to content

sxmad/UnitySyncReadStreamingAssets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnitySyncReadStreamingAssets

StreamingAssets Path Reader For Unity With Sync Method

Assets:Unity Project Folder

PathLib:Android Studio Project Folder

public SyncPathSystem syncPath;

private void TestSyncReader(){
    string filePath = Path.Combine(Application.streamingAssetsPath, "config.json");
    syncPath.ReadBytesFromStreamingAssets(filePath);
}

About

StreamingAssets Path Reader For Unity With Sync Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published