Skip to content
Snippets Groups Projects
Select Git revision
  • JS-based-scroll-rendering
  • master default
  • Paul_Marius_Level
  • Paul_Marius_2
  • Paul_Marius
  • Andi_Mark
  • be-UnityWebView
  • gitignoreFrameitServer
  • ZimmerBSc
  • Bugfix_StageLoading
  • stages
  • MAZIFAU_Experimental
  • tsc/coneworld
  • tsc/fact-interaction
  • marcel
  • MaZiFAU_TopSort
  • mergeHelper
  • zwischenSpeichern
  • tempAndrToMaster
  • SebBranch
  • 3.0
  • v2.1
  • v2.0
  • v1.0
24 results

README_StreamingAssets.md

Blame
  • StreamToDataPath:

    All files and subfolders will be copied to DataPath. Exception: Files with "meta" in the name.

    StreamToPersistentDataPath:

    All files and subfolders will be copied to PersistentDataPath. Exception: Files with "meta" in the name.

    StreamToDataPath_withHandler:

    If Operatingsystem is Android, then:

    • All files and subfolders will be copied to PersistentDataPath.
    • Exception: Files with "meta" in the name. If Operatingsystem is other than Android, then:
    • All files and subfolders will be copied to DataPath.
    • Exception: Files with "meta" in the name.