My environment:
Unreal 5.3.2
Cesium for Unreal 2.4.0
Meta XR Platform 1.94.0
Meta XR 1.94.0
OpenXR 1.0
Device:
Meta Quest 3
I downloaded cesium-unreal-vr-tutorial-1.6 and opened it with Unreal Engine (as it prompted that the project was built with Unreal 5.0). However, when I try to build all levels or package it into an APK, I encounter the following errors:
LogBlueprint: Error: [AssetLog] D:\cesium-unreal-vr-tutorial-1.6\Content\CesiumVRTutorial\DynamicUI\Blueprints\BP_MetadataTraceComponent.uasset: [Compiler] The property associated with Hand could not be found in ‘/Game/CesiumVRTutorial/DynamicUI/Blueprints/BP_MetadataTraceComponent.BP_MetadataTraceComponent_C’
LogBlueprint: Error: [AssetLog] D:\cesium-unreal-vr-tutorial-1.6\Content\CesiumVRTutorial\Teleportation\Blueprints\BP_VRTeleportComponent.uasset: [Compiler] The property associated with Hand could not be found in ‘/Game/CesiumVRTutorial/Teleportation/Blueprints/BP_VRTeleportComponent.BP_VRTeleportComponent_C’
LogBlueprint: Error: [AssetLog] D:\cesium-unreal-vr-tutorial-1.6\Content\CesiumVRTutorial\Main\Blueprints\BP_VRPawn_Main.uasset: [Compiler] The property associated with Hand could not be found in ‘/Game/CesiumVRTutorial/Main/Blueprints/BP_VRPawn_Main.BP_VRPawn_Main_C’
How should I address this issue?@Cesium UE TEAM