Skip to content

Releases: Packer/VRC-USharp-Scripts

VRCAdvancedPickup 0.3.0 Beta

14 Nov 21:32
Compare
Choose a tag to compare
Pre-release

Prerelease Beta, includes a lot of fixes and changes for a more board use case. Check out the Majora's Mask VRChat world for the script in action.

  • Added Frozen check - Stops all networking/computation on the AdvancedPickup component (For optimization purposes) but becomes unfrozen once pickedup or teleported by default.
  • Fixed edge cases when trading items from player to player (Theft)
  • Proper syncing of teleporting objects
  • Fixed objects being 'held' after teleporting

VRCAdvancedPickup 0.2.0

14 Feb 03:42
Compare
Choose a tag to compare

First stable release!

*Refactored code (Much cleaner to read)
*Added Theft Support (Can now steal pickups from each other, even with high ping)
*Changed SyncRate to affect initial pickup sync (Uses less network traffic now)
*Added DebugTest bool (For cleaner testing)
*Added basic Rigidbody syncing if bumped by owner
*Reduced Network and Computing overhead

VRCAdvancedPickup 0.1a

12 Feb 01:54
Compare
Choose a tag to compare
Pre-release

Release 0.1a

  • First release
  • Working synced pickups

Notes - Better performance when initially picking up will be added soon