Store the Downloaded Case to the Active Case!

addam davis
Apr 14, 2022

Objective: After we have access to the case file, we need to store it!

Today’s tutorial is a short one but an important step when downloading from S3. In the last tutorial we successfully downloaded a case and now we need to store that downloaded information.

After the Debug.Log confirms it works.

Take the downloadedcase and assign it to the UIManager so we can pull info from it.

This will copy the data over. From here we can save and test the results. If done correctly we should see the inspector for the canvas’s active case, get populated when you search for an existing case.

At this stage we now have everything we need to build a case. In the next tutorial we are going to create a call back system. I’ll see you in the next tutorial!

--

--