Отчёт за неделю (Weekly report) #11
Updates:
Map Enhancer PRO plugin has been updated to 1.1.1
- Improved editor UI performance and responsiveness (NUI library updated to latest version).
- Fixed incompatibility with some PKD and third-party plugins related to text rendering.
Spine 2D Player PRO plugin has been updated to 1.2
- Added the ability to create skins runtime (new command: buildSkin("new_skin_name", "skin1", "skin2", ...))
- Added the ability to change attachments (new command: setAttachment("slot_name", "attachment_name"))
- Added the ability to clear attachments (new command: clearAttachment("slot_name"))
- Added Chinese language support
- Guide is updated
- List of new script calls:
* .buildSkin(newSkinName, ...existingSkinNames)
* .createSkin(newSkinName)
* .addToCreatedSkin(existingSkinName)
* .applyCreatedSkin()
* .setAttachment(slotName, attachmentName)
* .setAttachmentFromAnySlot(slotName, attachmentName)
* .clearAttachment(slotName)
report