Developer postOriginal post (opens in a new tab)

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 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.