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