Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? Script //一時領域のパス print(Application.temporaryCachePath); //ストリーミングアセットのパス print(Application.streamingAssetsPath); //Unityが利用するデータが保存されるパス print(Application.dataPath); //実行中に保存されるファイルがあるパス print(Application.persistentDataPath); IOS: Application.dataPath : Application/xxxxx
