ambientlab-immersivelearning / ImmersiveLearning

0 stars 1 forks source link

Create a way to scan multiple QR Codes. #10

Open jsome635 opened 5 years ago

jsome635 commented 5 years ago

All work that is done for this task will be in a in a branch called issue-XX, where XX is the issue number.

What needs to be accomplished

Add some way for the user to access the QR code scanner/camera again to scan multiple Asset Bundles into the program.

This could be done by way of a button or gesture.

Close the issue once completed and move to 'Waiting for merge' in Project.

g-tolentino commented 5 years ago

Create UI button to reset public List variable Assets (found in WWWHandler. Doing this should allow for the scanning of multiple QR codes.

  1. Give create new function in QRScanner from code in Start()
  2. Call function in Start()
  3. Iterate through public List variable Assets
  4. Iterate through List field Objects in Assets
  5. Destroy each GameObject Object in Objects
  6. Call QRScanner function again