pull/2/head
godotg 2022-09-22 12:33:53 +08:00
parent 348147b21f
commit de56d699b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 使用不同版本的godot如何避免版本冲突
- 在godot.exe的同级目录创建一个 ._sc_ 或者 _sc_ 文件这样不同版本的godot就可以使用不同的配置了后面godot将自动使用self-contained-mode模式
- 在godot.exe的同级目录创建一个._sc_或者_sc_文件这样不同版本的godot就可以使用不同的配置了后面godot将自动使用self-contained-mode模式
- [self-contained-mode官方解释](https://docs.godotengine.org/en/latest/tutorials/io/data_paths.html#self-contained-mode)