From e9aa4b7fc56c40a103a05863c982469dc2f45dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrea=20B=C3=B6nsch?= <boensch@vr.rwth-aachen.de> Date: Wed, 24 Mar 2021 09:57:10 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3678ef32..a6d29a97 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A currently **very preliminary** plugin to embedd virtual characters (virtual agents) into our Unreal projects. The project is based on Unreal version 4.22 and all features are demonstrated in separate maps in our test project called [Unreal Character Test](https://devhub.vr.rwth-aachen.de/VR-Group/unreal-character-test). To follow our group's CI/CD process, this test project also uses Nightly Builds. +If you are using the [VAServer](https://devhub.vr.rwth-aachen.de/VR-Group/vaserver.git) for the audio, please ensure that you always have the newest version (due to sound files being stored there). + ## Contributions If you want to contribute new features to this project, please open a respective feature-branch and open a merge-request once the feature is finished (including: testing, documentation, and issue update). Please ensure to also open a feature-branch of the same name in the Character Test project to test and demonstrate the new feature with a character of your choice. Models can be found here: [growing collection of character models](https://devhub.vr.rwth-aachen.de/VR-Group/virtualcharactermodels). -- GitLab