質問編集履歴
2
マルチポストの胸を記載しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -47,3 +47,9 @@
|
|
47
47
|
File.WriteAllBytes(path, bytes);
|
48
48
|
|
49
49
|
```
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
こちらでも回答を募っています
|
54
|
+
|
55
|
+
[UnauthorizedAccessException: Access to the path '…' is deniedの対処方法について](https://ja.stackoverflow.com/questions/69933/unauthorizedaccessexception-access-to-the-path-is-denied%e3%81%ae%e5%af%be%e5%87%a6%e6%96%b9%e6%b3%95%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6?noredirect=1#comment77089_69933)
|
1
コードを修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,8 +42,6 @@
|
|
42
42
|
|
43
43
|
var path = Path.Combine(Application.persistentDataPath, "Pictures", fileName);
|
44
44
|
|
45
|
-
path = Application.persistentDataPath;
|
46
|
-
|
47
45
|
Debug.Log(path);
|
48
46
|
|
49
47
|
File.WriteAllBytes(path, bytes);
|