๐Ÿ‘‹
Auto Hand Docs
  • ๐Ÿ™ŒAuto Hand
    • โ€ผ๏ธAuto Hand V4 What's-New
    • โšกSetup
    • ๐Ÿ—’๏ธFAQ
    • โ‰๏ธCommon Issues
    • ๐ŸงคSetup New Hand
    • ๐ŸŽฎController Input
      • โœŠHand Input
      • ๐ŸคŸHand Tracking Input
      • โœŒ๏ธFinger Pose Input
      • ๐ŸƒPlayer Input
      • ๐Ÿ—’๏ธGeneral Input / UI Pointer Input
      • ๐Ÿ‘ˆDistance Grabber Input
      • โšกTeleport Input
      • ๐ŸŽAdditional Input
    • ๐Ÿ–๏ธHand
      • ๐Ÿ”ฆGrabbable Highlighter
      • ๐Ÿ‘‹Hand Follow
      • ๐ŸซณHand Animator
      • โ˜๏ธFinger Component
      • ๐ŸงคHand Projector
    • ๐Ÿ––Hand Tracking
      • ๐Ÿ‘ŒHand Tracking Finger Gesture Tracking
      • ๐Ÿ‘ˆHand Tracking Pose Gesture Tracking
    • โœ๏ธCustom Poses
      • ๐ŸฆพHand Pose Data
      • โœ‚๏ธAnimated Held Poses
    • ๐Ÿ…Grabbable
      • ๐ŸงฒDistance Grabbing
    • ๐ŸงบPlace Point
    • ๐Ÿ“คDispenser Point
    • ๐Ÿ›ธTeleportation
    • ๐Ÿ‘ŸAuto Hand Player
    • ๐ŸงFull Body (VRIK)
    • โš’๏ธExtras
      • ๐Ÿ”ซAuto Gun
        • ๐Ÿ’˜Auto Ammo
        • ๐ŸŽฏAuto Gun Target
      • โš™๏ธGrabbable Held Joint
      • ๐ŸŽ›๏ธPhysics Gadgets
        • ๐Ÿ”˜Physics Gadget Button
        • ๐ŸŽš๏ธPhysics Gadget Slider
        • ๐ŸŽ›๏ธPhysics Gadget Lever
      • ๐Ÿ“UI Interaction
      • ๐Ÿ“ฑHand Touch / Trigger
      • ๐Ÿ”จSmashing
      • ๐Ÿ”ชStabbing
      • ๐ŸŽฏStickies
      • ๐ŸงฒMagnetic Forces
      • ๐Ÿ“ขCollision Sounds
      • โŒšWrist Look Event
Powered by GitBook
On this page
  • Hand Projector
  • Soft Grab Setup
  • Highlight Grab Setup
  • Settings
  • Events
  1. Auto Hand
  2. Hand

Hand Projector

PreviousFinger ComponentNextHand Tracking

Last updated 11 months ago

Hand Projector

Hand projection component will allow you to add a "soft grab" or "highlight grab" affect depending on the setup on the Hand Projector

The Hand Projector goes on an empty copy of the hand with everything except the Hand component and models / visual components removed

Soft Grab Setup

To create a soft grab affect, you will enable the Hide Hand and add the mesh renderer for the main hand. This will make the main hand invisible when the hand projection is happening.

You will also need to enable the Use Grab Transition value. This will use the Grip Axis value on the to transition the hand between the root hands pose and the target grab pose when the grip axis is greater than 0

Highlight Grab Setup

Also described as "ghost hands" this setup configuration will create a copy of the hand that will show what pose the hand is going to take on grab while targeting a grab object.

This hand should also have a custom material on the hand copy's mesh renderer to differentiate it as a highlight hand

Settings

Hand the main hand this projection is copying

Hand Projection the empty hand copy this component should be attached to with just the hand, finger, rig, and mesh renderer components left

Hand Projection Visuals the visual components of this hand projection copy, cannot be the object with this script on it, should be the object below the hand containing the rig and mesh renderer

Speed is the rate at which the hand projection moves to match the target pose and location. Turning this up creates snappier projections but can sometimes jitter if turned too high

Hide Hand Whether or not the root hand should be hidden when the projection is happening. Good for a soft grab affect where it looks like the hand is smoothly transitioning to the grab before actually performing the grab.

Use Grab Transition Whether or not the hand projection should interpolate between the hand pose and the target pose based on the hands grip axis, or if the hand should use the grab percent value instead

  • Grab Transition Offset will offset the grab transition by this given percentage from 0-1

  • Grab Distance Multiplier will multiply how close the hand is to its target position/rotation based on the handcontrollerlink grab axis

  • Grab Transition Multiplier will multiply how close the hand is to its target pose based on the handcontrollerlink grab axis

Grab Percent how much to interpolate the projection pose between the root pose and the target pose. 1 is fully target pose 0 is the root hands pose

Events

Follows the same rules as the hands Highlight/Stop Highlight events

๐Ÿ™Œ
๐Ÿ–๏ธ
๐Ÿงค
Hand Controller Link