Skip to content

Releases: kittynXR/imscaler

Release v1.5.1

Choose a tag to compare

@kittynXR kittynXR released this 03 Jun 11:56

VRChat Immersive Scaler v1.5.1

Import Hotfix

  • Removes an accidentally packaged zero-byte icon file that caused Unity to log File could not be read on import.
  • Defers viewport gizmo icon toggling until Unity has created the annotation, avoiding the import-time Annotation not found! warning.
  • Keeps automatic import handling quiet; manual debug menu actions still report their result.

Release v1.5.0

Choose a tag to compare

@kittynXR kittynXR released this 03 Jun 11:17

VRChat Immersive Scaler v1.5.0

Maintenance Patch

  • Rebased package contents onto the newer 1.4.1 Unity package baseline.
  • Targets Unity 2022.3.22f1, VRChat SDK Avatars 3.10.3, and NDMF 1.13.0.
  • Adds measurement renderer overrides, localization/UI assets, and improved gizmo/icon handling.
  • Fixes floor placement ordering, invalid scale guards, ViewPosition reconciliation, and Modular Avatar optional compatibility.
  • Repairs VPM listing and release packaging automation.

Installation

Add or refresh the VPM repository at:
https://immersive-scaler.kittyn.cat/index.json

Release v1.0.10

Choose a tag to compare

@kittynXR kittynXR released this 27 Jun 19:05

VRChat Immersive Scaler v1.0.10

Installation

  1. Download cat.kittyn.immersive-scaler-1.0.10.zip below
  2. Import into Unity using VRChat Creator Companion or Package Manager

What's Changed

  • Version bump to v1.0.10

See README for usage instructions.

Release v1.0.9

Choose a tag to compare

@kittynXR kittynXR released this 25 Jun 06:02

VRChat Immersive Scaler v1.0.9

Installation

  1. Download cat.kittyn.immersive_scaler-1.0.9.zip below
  2. Import into Unity using VRChat Creator Companion or Package Manager

What's Changed

  • Version bump to v1.0.9

See README for usage instructions.

Release v1.0.8 - VCC Compatibility Fix

Choose a tag to compare

@kittynXR kittynXR released this 24 Jun 22:40

VRChat Immersive Scaler v1.0.8

What's Changed

  • 🔧 Fixed VCC compatibility by converting author field to proper object format
  • 📦 Clean release after package rename to cat.kittyn.immersive_scaler
  • 🧹 Removed old version packages for clarity

Important Note

This is a fresh start with the new package naming. Previous versions (1.0.5-1.0.7) have been removed to avoid confusion with the old package name.

Installation

  1. Download cat.kittyn.immersive_scaler-1.0.8.zip below
  2. Add to VCC using: https://immersive_scaler.kittyn.cat/index.json
  3. Import into your Unity project

See README for usage instructions.

Release v1.0.7

Choose a tag to compare

@kittynXR kittynXR released this 24 Jun 22:06

VRChat Immersive Scaler v1.0.7

What's Changed

  • Fixed VCC listing JSON structure by removing nested repo object
  • Fixed parsing error that prevented listing from appearing in VCC

Installation

  1. Download dev.catnet.immersivescaler-1.0.7.zip below
  2. Import into Unity using VRChat Creator Companion or Package Manager

See README for usage instructions.

v1.0.6 - VCC Compatibility Fix

Choose a tag to compare

@kittynXR kittynXR released this 24 Jun 21:43

Changes

  • Fixed VCC compatibility issue by changing author field format
  • Changed author from object to string value "kittyn cat"
  • This resolves the JSON parsing error in VRChat Creator Companion

Technical Details

The VCC was expecting the author field in package manifests to be a simple string value rather than an object with name/email/url properties. This update ensures compatibility with the VCC package loader.

Installation

Download the attached dev.catnet.immersivescaler-1.0.6.zip and install via VCC or Unity Package Manager.

🤖 Generated with Claude Code

v1.0.5 - Critical Fixes and Improvements

Choose a tag to compare

@kittynXR kittynXR released this 24 Jun 20:37

Release Notes for v1.0.5

🎯 Major Fixes

Floor Positioning

  • Fixed avatar being placed slightly above the floor after rescaling
  • Removed redundant position adjustment in ScaleToHeight method
  • Changed default for "Skip Move to Floor" to true to prevent unexpected avatar lifting

ViewPosition Tracking

  • Improved ViewPosition calculations using local space eye tracking
  • Fixed ViewPosition updates during preview mode and build time
  • Added proper bounds clamping between chest and head positions

UI and Component Issues

  • Fixed component deletion causing preview to remain active
  • Added automatic preview cancellation when component is deleted or selection changes
  • Fixed preview window to properly restore original values when closed

✨ Improvements

Debug Options

  • Enabled previously grayed-out debug options:
    • Skip Main Rescale
    • Skip Move to Floor
    • Skip Height Scaling
  • Added clear tooltips for all debug options

Body Proportions

  • Re-enabled Leg Thickness and Upper Leg % parameters
  • Simplified thickness calculations (0% = 0.8x, 50% = 1.0x, 100% = 1.2x)
  • Implemented proper thigh percentage adjustments for leg proportions
  • Added debug logging for Extra Leg Length parameter effect

Deprecated Features

  • Marked "Extra Leg Length" parameter as deprecated with visual strikethrough
  • Parameter is non-functional and will be removed in future versions

🔧 Technical Changes

  • Added .gitignore for Blender addon directory
  • Updated VCC listing URL to use custom domain
  • Improved error handling and debug logging throughout
  • Better memory management for preview mode

📦 Compatibility

  • Maintains full backward compatibility with v1.0.1
  • Package name remains dev.catnet.immersivescaler to ensure automatic updates
  • All existing users will receive this update through VCC

🐛 Known Issues

  • Extra Leg Length parameter has no effect (deprecated)
  • Some complex avatar hierarchies may still require manual adjustment

💝 Acknowledgments

Thanks to all users who reported issues and provided feedback to help improve this tool!


Full Changelog: v1.0.1...v1.0.5

v1.0.1 - Bug Fixes

Choose a tag to compare

@kittynXR kittynXR released this 23 Jun 06:31

Bug Fixes

  • Fixed scaling parameters not being passed correctly during NDMF bake and destructive scaling
  • Fixed issue where arms and legs would shrink unexpectedly
  • Fixed upperBodyUseLegacy parameter not being respected
  • Fixed AutoPopulateValues in window mode

Upgrading

VCC should now show an update available. If you installed v1.0.0, please update to this version for the fixes.

v1.0.0 - Initial Release

Choose a tag to compare

@kittynXR kittynXR released this 23 Jun 05:25
Initial commit: VRChat Immersive Scaler Unity tool with VCC support