Go to file
2024-09-06 01:01:41 +02:00
.idea/.idea.VRC_Collar/.idea First Code Commit 2023-11-28 21:27:26 +01:00
OSCCollar Move prefab 2024-09-06 00:55:31 +02:00
.gitignore Initial Commit 2023-11-28 20:50:35 +01:00
GPSRoot.prefab Move prefab 2024-09-06 00:55:31 +02:00
LICENSE.md Add Readme and License 2024-09-06 01:01:41 +02:00
README.md Add Readme and License 2024-09-06 01:01:41 +02:00
VRC_Collar.sln First Code Commit 2023-11-28 21:27:26 +01:00
VRC_Collar.sln.DotSettings shit just works.gps 2023-11-30 00:53:54 +01:00
VRC_Collar.sln.DotSettings.user Complete Rework 2024-02-26 02:43:29 +01:00

OSCCollar

Install on Avatar (Unity)

  • Download latest Release.
  • Import GPSRoot.prefab into Unity, place under Armature.
  • Add Contact Sender to end of leash. Set "Collision Tags" to "Custom" -> GPS

Run program (example config.json)

{
  "Ip": "127.0.0.1",
  "PortSend": 9000,
  "Radius": 100.0,
  "WalkStretchDeadzone": 0.1,
  "RunStretch": 0.4,
  "CalibrationValues": 128,
  "LeashStretchParameter": "Leash/Leash_Stretch",
  "LeashToggleParameter": "Leash/Toggle"
}