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

Open Issues Need Help

View All on GitHub

AI Summary: The project is encountering compilation errors on macOS due to unused private fields detected by Clang in `LuaScriptingPlugin.hpp` and `UiSystems.Render.cpp`. The suggested solutions involve marking these fields as `[[maybe_unused]]` or removing them if they are indeed not used.

Complexity: 2/5
bug good first issue