xavier150 / MMVS

Macro Micro VR Service - Public bug report and tracking
10 stars 38 forks source link

v0.4.3 - CDO Error "Failed to find /Engine/EditorMeshes/EditorSphere.EditorSphere" #73

Closed xavier150 closed 1 year ago

xavier150 commented 1 year ago

Error message at start:

"Default Property warnings and errors: Error: CDO Constructor (GLTFMaterialExporter): Failed to find /Engine/EditorMeshes/EditorSphere.EditorSphere"

xavier150 commented 1 year ago

Ok I was able to found and fix the popup message at start with "CDO Error" This is a issue from the Engine. Unreal Engine contain some assets with specific use in editor. And in MMVS project files I add my own assets and don't use the native assets from the editor. So when I do the build I check "Don't Include editor content in the build" But since UE 5.1.0 the raw code use editor content like the "EditorSphere" this is a issue. so for fix I need include editor content.

I will close this issue after the release. https://github.com/xavier150/MMVS/blob/main/ReleaseLog/v0.4.3.3_Alpha.md