浏览代码

Merge pull request #5703 from akien-mga/mono-update-cs-solution-path

Compiling with Mono: Update path to generated C# solutions
Max Hilbrunner 3 年之前
父节点
当前提交
26a4a4dda4
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      development/compiling/compiling_with_mono.rst

+ 3 - 2
development/compiling/compiling_with_mono.rst

@@ -68,8 +68,9 @@ This path must be ``modules/mono/glue`` in the Godot directory::
 
 
     <godot_binary> --generate-mono-glue modules/mono/glue
     <godot_binary> --generate-mono-glue modules/mono/glue
 
 
-This command will tell Godot to generate the file ``modules/mono/glue/mono_glue.gen.cpp``
-and the C# solution for the Godot API at ``modules/mono/glue/Managed/Generated``.
+This command will tell Godot to generate the file ``modules/mono/glue/mono_glue.gen.cpp``,
+the C# solution for the Godot API at ``modules/mono/glue/GodotSharp/GodotSharp/Generated``,
+and the C# solution for the editor tools at ``modules/mono/glue/GodotSharp/GodotSharpEditor/Generated``.
 Once these files are generated, you can build Godot for all the desired targets
 Once these files are generated, you can build Godot for all the desired targets
 without having to repeat this process.
 without having to repeat this process.