The12thAstronaut / SUITS-2021

5 stars 4 forks source link

Add UI timestamp text to Lunarpedia entries #89

Open jamsteh opened 3 years ago

jamsteh commented 3 years ago

Azure Blob Storage probably contains file timestamp metadata. Retrieve this value in the response and create a TextMesh on the panel. Alternatively, one could create datetimes after the take picture event is invoked and store those.

jamsteh commented 3 years ago

Could you tell me which script queries Blob storage @Laurenbrady01? Also, which scene does Lunarpedia query Blob storage in? I believe this guide might help me sort this out too - https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unity/tutorials/mr-learning-azure-02

Laurenbrady01 commented 3 years ago

@jamsteh The ObjectCardViewController and the DataManager scripts query the Blob Storage. ObjectEditController writes to the Blob Storage