Open Issues Need Help
View All on GitHub Compilation error on MacOS 5 months ago
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