Update log
Full VirtualCast update
The complete published notes, normalized for clean reading and source attribution.
Extracted changes
- Gameplay
- Workshop
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
