You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it is possible to manually add the integration to an existing SG TK configuration from the files provided in the `resources/config` folder.
9
+
However, it is possible to manually add the integration to an existing SG TK configuration from the files provided by the [default2 based Unreal config](https://github.com/ue4plugins/tk-config-unreal) or the [basic based Unreal config](https://github.com/ue4plugins/tk-config-unrealbasic).
10
10
11
11
### Configuring the file system schema for a default2 base configuration
12
-
If your SG TK configuration needs a file system schema, copy the files and directories from `resources/config/schema` under the `core/schema` folder of your existing configuration.
12
+
If your SG TK configuration needs a file system schema, copy the following files and directories from `core/schema` of [this config](https://github.com/ue4plugins/tk-config-unreal) under the `core/schema` folder of your existing configuration.
13
13
```
14
14
schema/
15
15
└── project
@@ -30,7 +30,7 @@ schema/
30
30
```
31
31
32
32
### Adding the SG TK Unreal components
33
-
The `resources/config/unreal` folder contains all definitions needed by the integration
33
+
Both configs have a self contained `env/includes` folder which contains all definitions needed by the integration
0 commit comments