Closed GraCoder closed 7 months ago
I think the solution is instead to change this https://github.com/godotengine/godot-cpp/blob/a62f633cebee4b36356dc903d00670733cd28fb1/binding_generator.py#L2054
To:
function_call += "internal::_call_utility_ret_obj(_gde_function, nullptr"
Made a fix for this by removing the argument from the method entirely as it's never used and isn't depended on, will open a PR
UtilityFunctions::instance_from_id crash