1. VirtualCast
  2. News
  3. [Beta] Ver 2.2.1a Changes in physics

[Beta] Ver 2.2.1a Changes in physics

This article is a release note for VirtualCast Beta.
For information on how to play Beta, see here.


[h2]Room/Studio[/h2]
[h3]Bug fixes[/h3]
  • Fixed the issue where, if you are using a Windows Mixed Reality HMD, looking at a specific angle caused your avatar to turn instantly in the opposite direction.
  • Fixed the issue where the application occasionally crashed while loading VRMs.

[h2]Room[/h2]
[h3]New Features[/h3]
  • "Linear" type has been added to the rotation type, which will gradually change the rotation speed depending on the angle of the controller input.

[h2]Changes[/h2]
  • You can now attract the camera monitor.
  • Holding your hand over a global stream camera and local stream camera that are locked will now show the red highlight, which indicates that it is not attractable.
  • Changed the character physics in Rooms.
    • Changed the mass of characters.
    • Changed the inertia behavior when jumping.

[h3]Bug fixes[/h3]
  • Fixed the issue where the first person offset is not applied to the characters when using a VRM with its value set.
  • Fixed the issue where moving from a studio to a room while using a VRM with its first-person offset changed causes the graphic to distort.

[h2]VCI[/h2]
[h3]Changes[/h3]
  • Added overloads to VciTransform.AddForce: vci.forceMode.Force and vci.forceMode.Impulse.
    • Due to this, the traditional overload which receives one argument becomes obsolete.
    • By using this API, you can suppress the difference in physical behavior derived from the FPS difference.
    • Also, to adapt to the change in execution order due to this change, the execution timing of VciTransform.SetVelocity and VciTransform.SetAngularVelocity has been adjusted.

[h3]Bug Fixes[/h3]
  • Fixed the issue where a Lua script stops running when a stack overflow occurs in the Lua script.
  • Fixed the issue where you could transfer the ownership of the part of subitems that belongs to the same GroupID.

[h2]Web[/h2]
[h3]New Features[/h3]
  • You can now change the protocol to use when connecting to Rooms.
    • You can change this setting from here. You might be able to solve the problem of not being able to enter a room properly by changing this setting.