You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Provide a getter for the project data directory.
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
|
||||
private:
|
||||
_GodotSharpDirs() {
|
||||
res_data_dir = "res://.godot/mono";
|
||||
res_data_dir = ProjectSettings::get_singleton()->get_project_data_path().plus_file("mono");
|
||||
res_metadata_dir = res_data_dir.plus_file("metadata");
|
||||
res_assemblies_base_dir = res_data_dir.plus_file("assemblies");
|
||||
res_assemblies_dir = res_assemblies_base_dir.plus_file(GDMono::get_expected_api_build_config());
|
||||
|
||||
Reference in New Issue
Block a user