vault backup: 2024-05-28 11:07:15
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
- Change <Project>.build.cs to contain
|
- Change <Project>.build.cs to contain
|
||||||
|
|
||||||
```
|
```
|
||||||
if (Target.bBuildEditor)
|
if (Target.bBuildEditor)
|
||||||
{
|
{
|
||||||
@@ -24,6 +23,18 @@ if (Target.bBuildEditor)
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Godot related
|
||||||
|
- Make sure to have the MONO version of the engine (version 4.2.2 or above)
|
||||||
|
- create `export_presets.cfg` at the root of res:// and make sure it's out of `.gitignore`
|
||||||
|
|
||||||
|
#### GUT
|
||||||
|
- Install GUT and activate the plugin
|
||||||
|
- create a `.gutconfig.json` at the root of res://, make it point at the right directory and make it exit on success and failure
|
||||||
|
|
||||||
|
#### GdUnit
|
||||||
|
- Install GdUnit4 and activate the plugin
|
||||||
|
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
|
|
||||||
### Setup infrastructure
|
### Setup infrastructure
|
||||||
|
|||||||
Reference in New Issue
Block a user