Skip to content

LinyanZ/ProceduralAnimation

Repository files navigation

Procedural Animation

A quick test of procedural animation in Unity, inspired by "Step by Step" Procedural Animation - YouTube.

The spider model can be obtained from the YouTube link.

How to use

  1. Add Animation Rigging package to your project, and set up a two-bone IK constraint for each foot of your model. The exact process is described in the first half of Procedural Animation tutorial - YouTube.

  2. Drag the script to your "Spider", and link all IK targets to the script.

  3. Add a Rig Transform to the "Pelvis" bone (or similar bone in your model). Drag the "Pelvis" bone to the "Pelvis Transform" parameter from the script.

  4. Add a LayerMask to your environment, and set the script parameter accordingly.

  5. Modify the code/parameters to suit your needs. My settings are shown below as a reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages