Giter Site home page Giter Site logo

lynnspyre / cc3-rokoko-unity-integration Goto Github PK

View Code? Open in Web Editor NEW

This project forked from net-press/cc3-rokoko-unity-integration

0.0 0.0 0.0 30 KB

A few scripts to use 3D characters made with Reallusion Character Creator 3 along with Rokoko facial motion capture inside Unity

License: GNU General Public License v3.0

C# 100.00%

cc3-rokoko-unity-integration's Introduction

CC3-Rokoko-Unity-integration

A few scripts to use 3D characters made with Reallusion Character Creator 3 along with Rokoko facial motion capture inside Unity

Fatures

  • Rotate eyes transform according to the blendshapes values using the CC3+ naming convention
  • Remap Rokoko blendshape names to CC3+ in live stream

Usage

RotateBonesByBlendhsapes.cs

Just add the script to CC_Base_Body in your CC3+ character and link the CC_Base_L_Eye, CC_Base_R_Eye and CC_Base_Jawroot transforms in the inspector. This script uses twelve different blendshapes to rotate eyes and jaw according to the blendshape values. Remeber you need to remap your Rokoko animations using this tool: https://github.com/chr33z/unity-blendshape-mapper

CC3Face.cs

This class overrides the one from https://github.com/Rokoko/rokoko-studio-live-unity to remap blendshape names without the need to manually type blendshape mapping. Add this script instead fo Face.cs to CC_Base_Body and follow the guidelines from Rokoko.

Note: you need to edit the parent Face class to allow overriding of the Start and UpdateFace methods.

  • protected virtual void Start...
  • public virtual void UpdateFace...

CopyBlendshapes.cs

This class copies blendshape values from a source SkinnedMeshRenderer to a second one. Useful if you have secondary meshes like eyebrows or beard that need to be animated indipendently

BlendshapeEmphasis.cs

This class lets you fine tune the sensitivity of your blendshape animations on a given charater.

Authors

These script were developed by Game Maker Academy (Italy) while experimenting the best practices and refining the pipeline for using characters from Character Creator 3 (Reallusion) and Rokoko face capture system insede the Unity game engine Feel free to contact us on the following social media

  • Facebook: @gamemakeracademy
  • Instagram: @gamemakeracademy

Disclaimer

THE SOFTWARE IS PROVIDED β€œAS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License

https://www.gnu.org/licenses/lgpl-3.0.en.html

cc3-rokoko-unity-integration's People

Contributors

net-press avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.