1.5.0
Minimum required version of Joint: 2.4.0
Recommended version of Joint: 2.4.0
Added
Volt 1.2 Has Been Applied & Some Animation Has Been Reworked
Now Joint & Joint Native uses Volt 1.2 by default. This will let you animate your nodes with much simpler and easier way.
Dialogue Widget Visual Reworked & Reinforced
WB_DialogueWidget
now has DelayBox that slowly changes its size over time, tackling the clipping & jolting artifact issue of the widget contents.
Plus, WB_Text
now supports text update intervals that are smaller than the framerate, and we finally fixed a bug that the decorated texts are not displayed correctly due to the skip or other circumstances, because of the bad calculation on handling decoration markup on text updates.
New Fragments
DF_DialogueInstance
A container fragment that contains dialogue instance object (ADialogueActor
)
DF_StartDialogue
A fragment that starts off specified dialogue instance (DF_DialogueInstance
).
DF_SendEventToDialogue
A fragment that sends a gameplay event tag to the specified dialogue instance (DF_DialogueInstance
).