VirtualCast
Steam News 27 November 20255mo ago

Virtualcast ver 2.7.5a released

VirtualCast App System Update Updated the version of Unity, which is the base system of VirtualCast, to address vulnerabilities. VCI Specification Change Changed the system so that logs related to API call frequency are…

Update log

Full VirtualCast update

The complete published notes, normalized for clean reading and source attribution.

Extracted changes

0 fixes1 addition2 changes0 removals
  • Gameplay
  • Workshop
changedSystem UpdateUpdated the version of Unity, which is the base system of VirtualCast, to address vulnerabilities.
changedSpecification ChangeChanged the system so that logs related to API call frequency are not updated when the VCI Debug Console is hidden.
addedSpecification ChangeModified the behavior of `require` in VCI script modules to comply with Lua specifications. In versions prior to VirtualCast 2.7.5a, the `require` function always loaded a new module. In VirtualCast 2.7.5a and later, the `require` function now saves a module once loaded into the `package.loaded` table and returns the same instance on subsequent `require` calls. Please see here for the manual on VCI Documentation.

VirtualCast App

System Update

  • Updated the version of Unity, which is the base system of VirtualCast, to address vulnerabilities.

VCI

Specification Change

  • Changed the system so that logs related to API call frequency are not updated when the VCI Debug Console is hidden.

  • Modified the behavior of `require` in VCI script modules to comply with Lua specifications.

    • In versions prior to VirtualCast 2.7.5a, the `require` function always loaded a new module.

    • In VirtualCast 2.7.5a and later, the `require` function now saves a module once loaded into the `package.loaded` table and returns the same instance on subsequent `require` calls.

    • Please see here for the manual on VCI Documentation.

Source

Steam News / 27 November 2025

Open original