Skip to content

Commit 9a1e0c0

Browse files
committed
feat: add install instructions #2
1 parent 3e11586 commit 9a1e0c0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Ecsact Unreal Integration
2+
3+
:warning: under heavy development
4+
5+
## Install
6+
7+
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
14+
git submodule add https://github.com/ecsact-dev/ecsact_unreal Plugins/Ecsact
15+
```
16+

0 commit comments

Comments
 (0)