====== VirtualCast1.7.2a VCI update ====== \\ The version of the VCI package is now updated to [[https://github.com/virtual-cast/VCI/releases |VCI v0.21]]. ---- ===== Now you can perform operations on preset items with VCI. ===== * Reference [[en:vci:script:reference:exportstudio|vci.studio(ExportStudio)&(ExportSystemItem)]] * **Set functions such as moving cameras can be invoked only from the VCI spawned by the studio owner.** * Currently, the items you can perform operations on are limited to the ones that are only spawnable by the studio host. * The information on the specs of the preset items can be found on **Preset items in VirtualCast** section of [[en:virtualcast:top|VirtualCast TOP]]. * Example: [[en:vci:sample:systemitem:commentcamera|Move VirtualCast camera with comments]] * Example: [[en:vci:sample:systemitem:livecamera|Create a live-show-like camera movement using VCI]] ---- ===== VCI now supports playback of multiple animations ===== * Reference [[en:vci:script:reference:exportanimation|vci.assets(ExportAnimation)]] * The object to attach an animation component is not limited to a subitem. * However, the animation attached to the root must be played with the original [[en:vci:script:reference:exportassets|vci.assets(ExportAssets)]] function. ---- ==== Change/fix ==== * The recommended Unity version is now changed to 2018.4 * Now the scale value changed by ScriptableObject in Effekseer is effective. * Added VCI template creation feature * In the hierarchy, right click >[VCI] to create the template GameObject. ----