LonelyQuantum

Results 2 issues of LonelyQuantum

I am using Visual Studio 2022 17.0.4 on Windows 10 When I am following the instructions in **Extra Section 2.1 Preparing for Analysis** , it required making a release-mode build...

**Describe the bug | Bug描述** `build/parser_header.h` 中 runtime的最后一个头文件和editor的第一个头文件inlcude时混杂在了一起,并且出现额外的逗号,如下所示 ``` ... #include "C:/path/to/engine/Piccolo/engine/source/runtime/resource/res_type/global/global_particle.h" #include "C:/path/to/engine/Piccolo/engine/source/runtime/resource/res_type/global/global_rendering.h,“C:/path/to/engine/Piccolo/engine/source/editor/include/axis.h" #include "C:/path/to/engine/Piccolo/engine/source/editor/include/editor.h" ... ``` **Steps to reproduce | 如何复现** 生成PiccoloEditor项目即可 **解决办法** 在 `engine/source/editor/CMakeLists.txt` 的第48行(最后一行) `set(PICCOLO_EDITOR_HEADS “${EDITOR_HEADERS}”...

bug