From 30a77eac1998695a7c43f7ccc6db884683d44b47 Mon Sep 17 00:00:00 2001 From: ShutovKS Date: Mon, 13 Jul 2026 01:31:33 +0300 Subject: [PATCH 1/2] Add Body and Hand motion capture projects to Animation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 235e79c..1a92a49 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,8 @@ Custom Nav Mesh Avoidance to replace default one in Unity. * [Unity-Procedural-Animation](https://github.com/Sopiro/Unity-Procedural-Animation) - Procedural Animation in Unity * [unity-antagonistic-controller](https://github.com/edualvarado/unity-antagonistic-controller) - Generating Upper-Body Motion for Real-Time Characters Making their Way through Dynamic Environments * [Mesh-Animation](https://github.com/codewriter-packages/Mesh-Animation) - Fast GPU vertex shader based animation library for Unity (VAT, Vertex Animation Texture, Morphing Animation) +* [Body-motion-capture-and-animation-in-Unity](https://github.com/ShutovKS/Body-motion-capture-and-animation-in-Unity) - Body motion capture with Python and OpenCV, real-time data transfer to Unity, and character animation using IK +* [Hand-motion-capture-and-animation-in-Unity](https://github.com/ShutovKS/Hand-motion-capture-and-animation-in-Unity) - Hand motion capture with Python and OpenCV, real-time data transfer to Unity, and hand animation ### Anti-Cheat/Hack * [obfuz](https://github.com/focus-creative-games/obfuz) - A powerful open-source code obfuscation plugin for Unity From 6f9affd3143d2f8f34dc5aefabe6e023a742beba Mon Sep 17 00:00:00 2001 From: ShutovKS Date: Mon, 13 Jul 2026 01:56:02 +0300 Subject: [PATCH 2/2] Update repo URLs to SkS-GameDev org --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a92a49..5f55a21 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,8 @@ Custom Nav Mesh Avoidance to replace default one in Unity. * [Unity-Procedural-Animation](https://github.com/Sopiro/Unity-Procedural-Animation) - Procedural Animation in Unity * [unity-antagonistic-controller](https://github.com/edualvarado/unity-antagonistic-controller) - Generating Upper-Body Motion for Real-Time Characters Making their Way through Dynamic Environments * [Mesh-Animation](https://github.com/codewriter-packages/Mesh-Animation) - Fast GPU vertex shader based animation library for Unity (VAT, Vertex Animation Texture, Morphing Animation) -* [Body-motion-capture-and-animation-in-Unity](https://github.com/ShutovKS/Body-motion-capture-and-animation-in-Unity) - Body motion capture with Python and OpenCV, real-time data transfer to Unity, and character animation using IK -* [Hand-motion-capture-and-animation-in-Unity](https://github.com/ShutovKS/Hand-motion-capture-and-animation-in-Unity) - Hand motion capture with Python and OpenCV, real-time data transfer to Unity, and hand animation +* [Body-motion-capture-and-animation-in-Unity](https://github.com/SkS-GameDev/Body-motion-capture-and-animation-in-Unity) - Body motion capture with Python and OpenCV, real-time data transfer to Unity, and character animation using IK +* [Hand-motion-capture-and-animation-in-Unity](https://github.com/SkS-GameDev/Hand-motion-capture-and-animation-in-Unity) - Hand motion capture with Python and OpenCV, real-time data transfer to Unity, and hand animation ### Anti-Cheat/Hack * [obfuz](https://github.com/focus-creative-games/obfuz) - A powerful open-source code obfuscation plugin for Unity