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
The Ecsact Unreal Integration is **not** available in the unreal marketplace as of yet. Instead we recommend adding a git submodule in your `Plugins` directory.
8
+
9
+
```bash
10
+
# make sure to CD into your project folder that contains your .uproject
11
+
cd path/to/your/project/root
12
+
13
+
# add ecsact integration as a submodule in Plugins/Ecsact
0 commit comments