Update
Genshin Impact 7.1 Enhances Miliastra Sandbox with Lua Scripting
Gwisted /
Version 7.1 introduces Lua script support for UI controls in the Miliastra Sandbox, adding new components and resource management tools for stage creators.

At a glance
- Lua script support added for client-side UI controls in Miliastra Sandbox.
- New Client Script Resource Explorer window for managing Script Mappings and Client Scripts.
- Expanded UI components include Containers, Text Boxes, and UI Animations.
- ServerSignal:SendSignal() method enables communication between node graphs and Lua scripts.
Genshin Impact Version 7.1 delivers significant updates to the Editor and Miliastra Sandbox, aiming to provide a smoother workflow for stage creators. The development team has introduced functional iterations to "Manage UI Control Groups," specifically adding client-side controls that support Lua scripts. A new Client Script Resource Explorer window allows users to create and manage resources such as Script Mappings and Client Scripts directly within the sandbox.
The update expands the available UI control components, including Client Control Containers, Text Boxes, Image elements, and UI Animations. Additionally, the "Send Client Scripted ServerSignal" node has been added to Miliastra Sandbox. Scripts now support the ServerSignal:SendSignal() method, enabling node graphs and Lua scripts to send signals to each other. UI control layer management has also been optimized, allowing controls to be dragged and dropped to adjust their display order. New Server and Client Control Templates tabs have been added to the UI Control Group Library, facilitating the creation of reusable templates. These changes are part of a continuous effort to optimize the creative experience based on community feedback.
Gwisted