CesiumGS / cesium-unreal-vr-tutorial

Unreal Engine project, assets, and code used in the Cesium for Unreal VR Tutorial Series
Apache License 2.0
32 stars 5 forks source link

Saving and loading locations #42

Closed xuelongmu closed 1 year ago

xuelongmu commented 1 year ago

Summary

WIP technical implementation for #9. Saving / loading locations to disk are working.

Debug controls (should be removed before merge, in BP_SavedLocationComponent):

Author checklist

Testing plan

Reminders for reviewers

Thank you for taking the time to review this PR. By approving a PR you are taking as much responsibility for these changes as the author. Please keep these points in mind throughout the review process:

CesiumBen commented 1 year ago

@xuelongmu UI for saved locations have been added in. The portions you pushed look great, and worked as expected for the UI.

CesiumBen commented 1 year ago

@xuelongmu I pushed an update to to the tutorial to close the menu when you move away from it. Ready for re-review.

xuelongmu commented 1 year ago

Looks good! We'll want to update the tutorial with the close menu functionality.