How do we save multiple images and then load them? #95
Unanswered
anirudhlath
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You're right, NativeCamera overwrites the previous image. You need to use File.Copy or File.Move to copy that file to your desired location before taking another image. For example, you can save them to a folder inside persistentDataPath. Then you can load them from there via NativeCamera.LoadImageAtPath. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried using the example code, but it replaces the pictures in path. How can we click a picture, save it to a specific location with a specific name and then access that location in another script to show a scroll view of all the pictures that were taken?
Beta Was this translation helpful? Give feedback.
All reactions