Asset Store
Update contents
Added
- Runtime: Added IInitializeReceiver interface for NodeComponent
- Runtime: Added IReleaseReceiver interface for NodeComponent
- Runtime: Added IPlayReceiver interface for NodeComponent
- Runtime: Added IStopReceiver interface for NodeComponent
- Runtime: Added If Branch node
- Runtime: Added Switch Branch node
- Runtime: Added BreakCondition field to LoopCount decorator
- Editor: Added support for displaying a menu for variable access when dragging and dropping a graph-related object onto the graph view
- Editor: Added support for generating scripts that call normal methods for awaitable methods
Changed
- Runtime: Changed LoopCheckDecorator.OnNext() method to OnNext(bool result) method
Fixed
- Runtime: Fixed a bug where the execution instance of the internal function graph remained even after deleting the graph object.
- Editor: Fixed a bug where compilation would not finish if the return value was changed to a type that cannot be awaited after generating an Await script.
- Editor: Fixed a bug where an Await script could not be generated even if an awaitable method was added to a user-defined type.
For instructions on updating from previous versions, please refer to the “Update guide” in the Logic Toolkit manual.