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

Fix packaging error #44

Closed xuelongmu closed 1 year ago

xuelongmu commented 1 year ago

Summary

When packaging the project, there was an error as reported on the forums. The error was due to the SavedLocations variable in BP_TutorialSaveGame not being marked as a "save game" variable in the properties. This is now resolved as seen below, and the game is packaging successfully.

image

Author checklist

Testing plan

Set the game default map to BuildForQuest in the Project Settings -> Maps & Modes Package the the BuildForQuest map for Android as follows: image

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 I was able to package an android application as expected.