doc
parent
348147b21f
commit
de56d699b9
|
@ -1,6 +1,6 @@
|
||||||
# 使用不同版本的godot如何避免版本冲突
|
# 使用不同版本的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)
|
- [self-contained-mode官方解释](https://docs.godotengine.org/en/latest/tutorials/io/data_paths.html#self-contained-mode)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue