vault backup: 2024-05-28 11:07:15

This commit is contained in:
2024-05-28 11:07:15 +02:00
parent 52217f75ae
commit efec871f61

View File

@@ -16,7 +16,6 @@
}
```
- Change <Project>.build.cs to contain
```
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
### Setup infrastructure