Can you pass a RawImage to an IEnumerator in another script?
Hello,
Basically I'm just making a cache system for my images. I've seen questions on here and im confident in my ability to save them, however I was wondering if it is possible to just make two save image and retrieve image scripts instead of an IEnumerator in each script that needs a dynamic image.
For example would: public IEnumerator SaveImg (RawImage Image, string Name)
work ok?
Im going to use the "Name" string as an index.
Comment
Your answer
Follow this Question
Related Questions
Using Data with a Button? 1 Answer
Loading an 'UI skin pack' 1 Answer
Get Internet Year PHP 0 Answers
Save and load whole scene 2 Answers
I can't figure out why my score doesn't save/increase 0 Answers