From b8bc306fa1fdcc9db93c4425cb1aa9492b92dae5 Mon Sep 17 00:00:00 2001 From: "S.V.I. Vilcrow" Date: Wed, 18 Jan 2023 21:56:52 +0300 Subject: [Android export] Added validation of the project name when using $genname in the 'Unique Name' field. --- platform/android/export/export_plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'platform/android/export/export_plugin.h') diff --git a/platform/android/export/export_plugin.h b/platform/android/export/export_plugin.h index a6dfc9fcb3..bff769fcba 100644 --- a/platform/android/export/export_plugin.h +++ b/platform/android/export/export_plugin.h @@ -91,9 +91,12 @@ class EditorExportPlatformAndroid : public EditorExportPlatform { String get_package_name(const String &p_package) const; + String get_valid_basename() const; + String get_assets_directory(const Ref &p_preset, int p_export_format) const; bool is_package_name_valid(const String &p_package, String *r_error = nullptr) const; + bool is_project_name_valid() const; static bool _should_compress_asset(const String &p_path, const Vector &p_data); -- cgit v1.2.3