Skip to content

Releases: ClusterVR/ClusterCreatorKit

v3.2.0

05 Nov 08:42

Choose a tag to compare

Additions

  • Item Components:
  • Script API: Following APIs have been added.
    • PlayerHandle.clearVoiceConfiguration
    • PlayerHandle.setVoiceConfiguration

v3.1.0

28 Oct 10:34

Choose a tag to compare

Changes

  • Supported Unity version has been changed.
    • Unity version 6000.2.6f2 is supported.

v3.0.0

06 Oct 06:26

Choose a tag to compare

Additions

  • Unity 6.2 support has been added.
    • Unity version 6000.2.0f1 is supported.

Changes

  • Package dependencies are updated accordingly for Unity 6.2 projects.
    • Creator Kit v3.0.0 and later uses Unity's Input System Package instead of the legacy Input Manager used in Creator Kit version 2. Project settings should be updated to handle input of the Input System Package to use the in-Editor Preview feature.
  • Script API: Unity Component Bindings for Rigidbody component have been updated.
    • angularDrag -> angularDamping
    • drag -> linearDamping

v2.37.2

04 Sep 10:10

Choose a tag to compare

Fixes

  • World upload: Fixed an issue where the uploading dialog would appear after completing a world upload, blocking the Unity interface.

v2.37.1

18 Aug 10:52

Choose a tag to compare

Additions

  • Script API: Following APIs have been added.
    • CameraHandle.switchToFirstPersonView
    • CameraHandle.switchToThirdPersonView
    • CameraHandle.setPerspectiveSwitchingLocked

Fixes

  • Craft Item Upload: Fixed an issue that could cause an upload error if the craft item to be uploaded contained empty humanoid animations.

v2.37.0

28 Jul 09:38

Choose a tag to compare

Fixes

  • World: Android builds are now configured to use ASTC as texture compression format.

v2.36.0

23 Jul 12:32

Choose a tag to compare

Fixes

  • Fixed Smoothness export of craft item's material when metallic texture is specified.
  • Minor fixes.

v2.35.0

02 Jun 06:00

Choose a tag to compare

Changes

  • Craft Items: Relaxed the limit of craft items that can be uploaded.
    • Up to 8 submeshes can be used per craft item.
    • Up to 12 textures can be used per craft item.
    • Craft items up to 50MB in size can be uploaded.

v2.34.0

21 May 09:39

Choose a tag to compare

Minor Fixes

Minor fixes.

v2.33.0

08 Apr 09:29

Choose a tag to compare

Additions

  • Script API: Following APIs have been added.
    • ItemScript
      • ClusterScript.onRequestGrantProductResult()
      • PlayerHandle.requestGrantProduct()
      • ProductGrantResult
    • PlayerScript
      • PlayerScript.setVoiceVolumeRateOf()
      • PlayerScript.getPositionOf()
      • PlayerScript.getRotationOf()
  • Third party asset support: Steam Audio support has been added.
    • Some features of the Unity Plugin are available in the Cluster app.
    • Plugin version 4.6.0 is supported.
    • For more information, please see the Available assets section in the documentation.
  • Preview: Steam Audio support has been added to Editor preview.

Changes

  • Shader: Updated "VRM/MToon" to the revision of v0.128.3.

Fixes

  • Shader: Added workaround for propagating NaNs in iOS 17 and later to "VRM/MToon".