Log Path
Overview
The Log Path is a struct that facilitates the definition of a file path. It contains a BasePath, deriving from common system scoped paths and the relative path. In conjunction, they determine a full path pointing to a folder.
BasePath
The BasePath is an enum that encapsulates Application paths to easily display it in the Unity Inspector:

Here's the BasePath mapping:
BasePath Type
Folder Path
BasePath.GameFiles
BasePath.AppData
BasePath.StreamingAssets
BasePath.None
No BasePath
Last updated