1 Open Issue Need Help Last updated: Oct 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A compilation error occurs on MacOS due to Clang detecting `unused-private-field` in `LuaScriptingPlugin.hpp` and `UiSystems.Render.cpp`. This is likely caused by strict compiler warnings (`-Werror`) treating unused fields as errors. The proposed solutions involve marking the fields with `[[maybe_unused]]` or removing them if truly redundant.

Complexity: 2/5
bug good first issue