본문으로 건너뛰기

1.16.2

Improved

Improved Editor Transactions

Now context text editor provides better transaction on the text editing. Now fragment's actions provide better transactions on copying, pasting, Drag & Drop, deleting and attaching new fragment. Now graph editor provides better transaction on new node creation and deleting, moving node. More transaction will be added on the future updates.

Changed

Raw Pointers Have Been Replaced by Soft Pointers

Some of the properties and delegates, events in the plugin now use soft pointers instead of raw pointers to prevent the GC corruption. You have to update the assets you got to use the new reference type.

Fixed

An issue that crashes the engine on the build version of project when DI_StopDialogue has been triggered.

An issue that inline commands' editor tab displays properties that are not marked as public (instance editable) on the property list.