From c9bf04fa242cd5fb1b02b306b6497f3f20c937a6 Mon Sep 17 00:00:00 2001 From: Julian Koska <julian.koska@rwth-aachen.de> Date: Tue, 6 May 2025 15:40:06 +0200 Subject: [PATCH] Cleanup --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00e4cbf3..9ef8cd32 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Character Plugin -A currently **very preliminary** plugin to embedd virtual characters (virtual agents) into our Unreal projects. Al features are demonstrated in separate maps in our test project called [Unreal Character Test](https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/demos/unreal-character-test). To follow our group's CI/CD process, this test project also uses Nightly Builds. +A currently **very preliminary** plugin to embed virtual characters (virtual agents) into our Unreal projects. +All features are demonstrated in separate maps in our test project called +[Unreal Character Test](https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/demos/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://git-ce.rwth-aachen.de/vr-vis/VR-Group/VAServerLauncher) for the audio, please ensure that you always have the newest version (due to sound files being stored there). +If you are using the [VAServer](https://git-ce.rwth-aachen.de/vr-vis/VR-Group/VAServerLauncher) for the audio, +please ensure that you always have the newest version (due to sound files being stored there). ## Branches | Branch | Working Unreal Versions | @@ -12,7 +16,10 @@ If you are using the [VAServer](https://git-ce.rwth-aachen.de/vr-vis/VR-Group/VA | deprecated/4.22 | 4.22 | ## 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://git-ce.rwth-aachen.de/vr-vis/VR-Group/virtualcharactermodels). +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://git-ce.rwth-aachen.de/vr-vis/VR-Group/virtualcharactermodels). ## Contacts Originally created by Jonathan Ehret and Andrea Bönsch. -- GitLab