UE5 uses Cesium for unreal to load local tilt model packaging path settings

UE5 uses Cesium for unreal to load local tilt model packaging path settings

(1) UE5 uses Cesium for unreal to load local tilt models only for Windown systems, not for Linux or Mac systems (
2) Local tilt photography will not be packaged into .exe, so when we change computers to perform runtimes, we need Copy the oblique photography data together, and the path must be the same as in the program.
If you just want to copy the tilted model together, you don’t need to reset the tilted model path, you need to set the URL path of Cesium3DTileset in the UE5 program
1. In the editor mode, the URL path of Cesium3DTileset needs to be filled in.
insert image description here
2. The project is completed and before packaging, Cesium3DTileset The URL path is left blank, and the blueprint sets the URL address
insert image description here

3. After the packaging is complete, copy the tilt model file to the root directory of the package file. Through the
insert image description here
above method, you can load the tilt model on other computers without resetting the path! ! !

Guess you like

Origin blog.csdn.net/qq_39590773/article/details/130639271