tukuyo's blog

へっぽこまん

スポンサーリンク

2021-10-01から1ヶ月間の記事一覧

iOSでスクリーンショットを撮るときの注意点【Unity】

ScreenCapture.CaptureScreenshot(<filename>); スクリプトリファレンスには、スクリーンショットのファイルを保存するパス名と書いてあるが、 iOSにおいては、Application.persistentDataPathが指すディレクトリ以下に保存される。 注意が必要。 参考 ScreenCapture-C</filename>…

Unityのplatformごとのパス

iOS script path Application.dataPath Application/{xxxxx}/{xxxxx}.app/Data Application.streamingAssetsPath Application/{xxxxx}/{xxxxx}.app/Data/Raw Application.persistentDataPath Application/{xxxxx}/{xxxxx}.app/Documents Application.tempora…

スポンサーリンク