No description
Find a file
JelleJurre 549fe79081
Merge pull request #10 from VRLabs/feat/update-pipeline
Add better release woorkflow
2024-12-04 21:40:25 +01:00
.github/workflows Add better release woorkflow 2024-11-15 15:06:02 +01:00
Instancer Add 2019 support for vcc 2024-03-06 11:41:22 +01:00
Media Loop webp 2024-02-19 18:03:16 +01:00
Resources Automatic VRC Constraint Conversion 2024-08-10 14:02:30 +02:00
.gitignore Update .gitignore 2022-06-29 23:45:25 -04:00
Follower FX.controller Simplify follower 2024-08-16 21:29:59 +02:00
Follower FX.controller.meta Initial cleanup 2023-08-09 17:41:04 +02:00
Follower.prefab Simplify follower 2024-08-16 21:29:59 +02:00
Follower.prefab.meta Update to avatar dynamics 2022-03-04 17:54:12 -05:00
Instancer.meta Add Instancer 2023-12-15 20:38:50 +01:00
LICENSE Rename name in license 2023-11-27 12:43:03 +01:00
LICENSE.meta re-include unreferenced asset meta files 2022-06-29 23:53:36 -04:00
Media.meta Update to avatar dynamics 2022-03-04 17:54:12 -05:00
package.json Update package json 2024-08-23 19:00:50 +02:00
package.json.meta Added package.json and new workflow 2023-12-15 22:03:54 +01:00
README.md Update README 2024-08-21 18:46:48 +02:00
README.md.meta re-include unreferenced asset meta files 2022-06-29 23:53:36 -04:00
Resources.meta move files into resources folder 2022-05-28 11:24:36 -04:00

Follower

Generic badge Generic badge Generic badge Generic badge Generic badge

Generic badge Generic badge

Make something slowly follow you and look at you

Follower

⬇️ Download Latest Version

📦 Add to VRChat Creator Companion


How it works

  • Using a Damping Constraint inside of a World Constraint we can make an object slowly follow the player.
  • By using Contact Senders and Contact Receivers we can dynamically change the speed of the follower over time.

Install guide

https://github.com/VRLabs/Follower/assets/76777936/eee1dcbb-0e9d-4f92-bb69-9bcbe50d9948

  • Merge the Animator Controller Follower FX to your own FX Controller, using the Avatars 3.0 Manager tool.
  • Drag & Drop the Follower prefab into the base of your Hierarchy.
  • Right click and unpack the prefab, then drag & drop it onto your avatar.
  • Expand the prefab hierarchy and find Follower Target.
  • Move Follower Target outside of Follower and place it anywhere in your avatars hierarchy as needed.

Note

When building for Quest, you will have to remove unsupported components and shaders

How to use

  • Place the objects you want to follow you inside Container.
    • Alternatively you can constrain the objects to Container.
  • Editing the Follow animation clip will let you change the speed of the follower.

Performance stats

Constraints:        3
Constraint Depth:   3
Contact Receivers:  1
Contact Senders:    1

Hierarchy layout

Follower
|-Container
|  |-Cube
|-Look Constraint
|-Follower Target
|  |-Look Target

Contributors

License

Follower is available as-is under MIT. For more information see LICENSE.