您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Lasse Jon Fuglsang Pedersen 4b46c07f fix forward-compatibility of NormalBufferBlurPass (2021.2+, tested against 2021.2.0b6) 3 年前
Editor fix namespace related issues (2021.2+), fix NormalBufferBlurPass when HDRP RenderGraph is enabled (2020.2+), fix nullref issue when resolving disabled attachment 3 年前
Editor.Deps add contents from svn 4 年前
Runtime fix forward-compatibility of NormalBufferBlurPass (2021.2+, tested against 2021.2.0b6) 3 年前
ShaderLibrary improve forward-compatibility with HDRP 10.x.x 3 年前
Editor.Deps.meta add contents from svn 4 年前
Editor.meta add contents from svn 4 年前
LICENSE.md add contents from svn 4 年前
LICENSE.md.meta add contents from svn 4 年前
README.md update README.md and package.json 4 年前
README.md.meta add contents from svn 4 年前
Runtime.meta add contents from svn 4 年前
ShaderLibrary.meta add contents from svn 4 年前
Third Party Notices.md update Third Party Notices.md 4 年前
Third Party Notices.md.meta add contents from svn 4 年前
package.json add specific release in package.json, bump timeline dependency to 1.2.17 3 年前
package.json.meta add contents from svn 4 年前

README.md

Package: com.unity.demoteam.digital-human

Library of tech features used to realize the digital human from The Heretic.

Requirements

  • Unity 2019.3.12f1 +
  • HDRP 7.3.1 +

Features

  • Facial animation systems

    • Tools for 4D clip import and processing. (When we say 4D, we mean a sequence of meshes captured over time.)
    • 4D clip rendering with timeline integration.
    • 4D frame fitting allowing detail injection from facial rig.
    • Integration of facial rig from Snappers.
    • Pose facial rig directly in Unity
  • Skin attachment system

    • Drive meshes and transforms in relation to dynamically deforming skin.
    • Used to drive eyebrows, eyelashes, stubble and logical markers.
    • Accelerated by C# Job System and Burst Compiler.
  • Shaders and rendering

    • Full shader graphs for skin/eyes/teeth/hair as seen in The Heretic.
    • Custom pass for cross-material normal buffer blur (tearline).
    • Custom marker-driven occlusion for eyes and teeth.

Usage

Declare the package and its dependencies as git dependencies in Packages/manifest.json:

"dependencies": {
    "com.unity.demoteam.digital-human": "https://github.com/Unity-Technologies/com.unity.demoteam.digital-human.git",
    "com.unity.demoteam.attributes": "https://github.com/Unity-Technologies/com.unity.demoteam.attributes.git",
    ...
}

See also

https://github.com/Unity-Technologies/com.unity.demoteam.digital-human.sample

Video: The Heretic - Unity Short Film

Video: Making of The Heretic (Digital Dragons 2019)