[.NET] Disable output embedding on macOS, move it to the advanced options on other platforms.
This commit is contained in:
@@ -333,6 +333,12 @@ bool EditorExportPlatformMacOS::get_export_option_visibility(const EditorExportP
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// Hide unsupported .NET embedding option.
|
||||
if (p_option == "dotnet/embed_build_outputs") {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user