From 66de28eda8239e006c5d53debdea75f131b32f77 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Thu, 28 Nov 2019 23:42:37 +0100 Subject: Mono/C#: Add option to export assemblies outside of PCK When using this options, assemblies will be saved in the Assemblies folder of the data directory: 'data_AppName/Assemblies/'. --- modules/mono/godotsharp_dirs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/mono/godotsharp_dirs.h') diff --git a/modules/mono/godotsharp_dirs.h b/modules/mono/godotsharp_dirs.h index ff51888d1c..43da44b0f5 100644 --- a/modules/mono/godotsharp_dirs.h +++ b/modules/mono/godotsharp_dirs.h @@ -56,6 +56,8 @@ String get_project_csproj_path(); String get_data_editor_tools_dir(); String get_data_editor_prebuilt_api_dir(); +#else +String get_data_game_assemblies_dir(); #endif String get_data_mono_etc_dir(); -- cgit v1.2.3