Giter Site home page Giter Site logo

deadlykam / tutorialproceduralanimationfix Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 885 KB

A tutorial on fixing the procedural animation with baked animation in Unity3D.

License: MIT License

C# 100.00%
animation tutorial unity unity3d animation-fix kamran-wali kamran wali

tutorialproceduralanimationfix's Introduction

TutorialProceduralAnimationFix

Introduction:

A tutorial on how to fix the procedural animation with baked animation in Unity3D. Also showing all the steps to setup procedural animation. While trying to make procedural animation to work with baked animation you will notice that the model and the origin point becomes separate or procedural animation is working only. In this tutorial I am showing how to setup the procedural animation and one of the way to fix the procedural and baked animation issue. Watch my Video to get a detailed understanding of the issue, the cause of the issue and the solution to the issue. If my solution doesn't work then I have linked to other sources in Research Links that fixes this issue using other means.

Table of Contents:


Prerequisites

Unity Game Engine

Unity Version used for this tutorial is 2020.3.3f1.


Stable Build

Stable Build - main is the stable version of the tutorial and is similar to the one shown in the Video


A very simple script for moving the hand of the model procedurally. Basically it keeps moving the hand between two points with a given speed.

  • Transform _hand: The procedural target transform that will be moved.
  • Vector3 _target1: The first point to move towards.
  • Vector3 _target2: The second point to move towards.
  • float _speed: The movement speed of the hand.

Research Links

(Unity3D Forum) Animation Rigging Package and Humanoid avatars problems


Authors


License

This project is licensed under the MIT License - see the LICENSE.md file for details.


tutorialproceduralanimationfix's People

Contributors

deadlykam avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

letweb0

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.