Skip to content

StrangeToolkit v1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 19:53

Added

  • PhysBone Auditor - Monitors VRCPhysBone performance metrics
    • Component count, transform count, unique collider count
    • Collision check calculation (bones × colliders per component)
    • Color-coded warnings for high collision checks (yellow >64, red >128)
    • Per-component breakdown sorted by performance impact
  • StrangeToolkitLogger - Reusable colored console logging utility
    • Prefixed logs with [Strange Toolkit]
    • Color-coded output: green (success), yellow (warning), red (error), cyan (action), magenta (detection)

Changed

  • Avatar Components Auditor renamed to Missing Scripts Auditor
    • Now scans for any missing/broken script references (not just avatar components)
    • PhysBones, PhysBone Colliders, and Contacts now supported in World SDK
    • Removal buttons with colored console logging