๐ŸŽจ
MYTY
MYTY Kit
MYTY Kit
  • ๐Ÿ‘‹Before you begin
    • GM, MYTY! ๐Ÿ‘
    • What is MYTY Kit?
    • MYTY Kit System Requirements
    • Prerequisites
    • MYTY Kit Glossary
  • โœ๏ธGetting started
    • 1. Prepare Illustration PSB
      • Key Requirements
      • Basics of Avatar Animation
      • Recommended PSB file structure for Trait Mapper
    • 2. Trait Mapping
      • Guide to MYTY Kit Trait Mapper
      • New Field: Token ID
    • 3. Install Unity
    • 4. Import MYTY Kit
    • 5. Import 2D Avatar Assets
  • ๐Ÿ”ฎMake animation
    • 6. Before Rigging
    • 7. Rigging in Sprite Editor
      • Mesh in Unity
    • 8. MYTY Kit Controllers
      • Bone 1D Controller
      • Bone 2D Controller
      • Sprite 1D Range Controller
      • Sprite 2D Nearest Controller
      • Rigged Sprite 2D Nearest Controller
    • 9. Apply Motion Tracking
      • Character Movement
      • Bone Motion Adapters
        • Bone2D
        • BoneTiltOrPosition
        • EyeBlink & EyeBlinkAll
        • EyeBrow & EyeBrowAll
        • Pupil & PupilAll
      • Sprite Motion Adapters
        • EyeBlink & EyeBlinkAll
        • EyeBrow & EyeBrowAll
        • MouthSprite
      • Advanced documentation
        • Mapper & Reducer
        • Stabilizing method
    • 10. Set up AR Face Mode
    • Advanced Animation
      • Physics 2D
      • Sprite Masking
      • Idle Animation
  • ๐ŸคนConnect with MYTY Metaverse
    • 11. Export MYTY Avatar
      • MYTY Avatar Viewer
      • Updates on File Export Format โ€” Zip file
    • 12. Upload to Avatar Manager
  • ๐Ÿ—’๏ธAppendix
    • ๐Ÿ˜„Mediapipe Extension
    • ๐ŸŽจMotionAdaptorPalette
  • ๐Ÿ—‚๏ธMISC
    • About Us
    • Troubleshooting & FAQ
    • Change Log
    • License
      • License.md
    • Legacy Documentation
      • [v0.1.0] 4. Import MYTY Kit
      • [v0.1.0] 6. Before Rigging
      • [v0.1.0] 9. Apply Motion Tracking
      • [v.0.1.0] 11. Export MYTY Avatar
Powered by GitBook
On this page
  • Inspector window
  • How to use Bone2D Motion Adapter
  • Advanced Options
  1. Make animation
  2. 9. Apply Motion Tracking
  3. Bone Motion Adapters

Bone2D

Bone2D Motion Adapter connects Bone Controllers to transform the bone on a plane by using two factors among the Joint Model's tracking data(XYZ).

PreviousBone Motion AdaptersNextBoneTiltOrPosition

Last updated 2 years ago

For instructions on how to create a Bone2D Motion Adapter, please refer to ๐Ÿ‘‰

Inspector window

How to use Bone2D Motion Adapter

1. Add Bone Rotate2d Adaptor to the Hierarchy using MotionAdaptorPalette. Refer to the document below for the details:

2. Click on the โ—‰icon next to a Joint input box and select the joint anchor template to be applied. MYTY Kit v1.0 provides the Head anchor template and Chest anchor template.

If nothing appears when you click the โ—‰ icon, it may be due to the following: The DefaultMotionTemplate is not in the Hierarchy window

4. To set which Controller to connect the X-axis and Y-axis motion data, click the โ—‰ icon next to TargetController. โ—‰ icon will bring up a Controller list from which you can select an option.

If nothing appears when you click the โ—‰ icon, it may be due to the following:

5. When all the elements are set, press the โ–ถ๏ธ(Play) button to check the avatar preview.

Advanced Options

You can control the stabilizing method in the Advanced Options. To get more advanced information about this, refer to ๐Ÿ‘‰ Stabilizing method.

  • Is Damping: The latest input becomes more dominant than the older input.

  • Is Stabilizing: It enables to detection of the moment of arrival of new data, and it makes the stabilization process much more rigorous.

  • Is Use Damped Input To Stabilizer: Whether to use damped input as input for stabilizer

  • Damping Factor: If Damping Factor=1, then the algorithm is just average. If Damping Factor becomes larger, it means that the latest input becomes more dominant than the older input.

  • Damping Window: The amount of input data frames to configure the damping algorithm.

  • Stabilize Method: Which method to apply to stabilize algorithm.

3. You can select which axis(Look At or Up) to use the motion data of the anchor template on the From input drop box. Learn more about the axis of motion .

The appropriate Script(s) are not applied to the Controller โ†’ Check

๐Ÿ”ฎ
๐ŸŽจMotionAdaptorPalette
here
#2.-create-controller
#4.-add-motion-adapters