Thanks for following along! This is a tagged release (2021.628.0).
Breaking Changes
IHasTooltip.Text
is now a LocalisableString
IHasTooltip.Text
now takes a LocalisableString
instead of regular string. Users of custom tooltip containers may also have to change checks in the SetContent()
method of their tooltip type to check if content is a LocalisableString
instead of a regular string.
Recently added GameThread.ThreadPausing
has been removed
This was only added in the previous release, but has since been replaced with the bindable GameThread.State
, which gives more detail about the current state of the thread.