Logic Toolkit
cait sith ware
$80.00
(no ratings)
Date |
Price |
---|---|
Date |
Price($) |
05/30(2024) |
80.0 |
05/30(2024) |
56.0 |
06/13(2024) |
80.0 |
09/18(2024) |
40.0 |
10/02(2024) |
80.0 |
11/22(2024) |
80.0 |
Jump AssetStore
Logic Toolkit is a visual scripting tool that helps you build game logic into your projects.
It can be used for a wide range of purposes, from simple behavior control to advanced behavior AI.Supports various node flowsExecution flow (processing, looping, branching)Data flow (passing and calculating values between nodes)State machinesBehavior treesThese node flows can be mixed in one graph.Graphs can also be hierarchical using function graphs.Supports customization using C# scriptsNode components can be customized using C# scripts.For simple API (C# member) access, you can generate a script by simply selecting a member.Supports the blackboard systemManages variables handled within the graph.Receives variable changes as events.The data link system allows multiple graphs to share the same blackboard.Uses the latest technology from Unity 6 onwardsSerializeReference is used for graph data serialization.Flexible internal design allows users to focus on building game logic.Roslyn Source Generator is used to generate node component scripts.Compared to directly outputting script files, it is easier to deal with API changes due to Unity version upgrades, etc.UI Toolkit is used for the graph editor.UI is displayed faster than the old IMGUIFeaturesSupported node flowsExecution flowsData flowsState machinesBehavior treesMultiple node flows can be mixed in a graphFunction graphsFunction graphs allow sharing and hierarchical processingBlackboardVariable management possibleData links allow variables to be shared between multiple graphsUses the latest technology from Unity 6 onwardsUses SerializeReference for graph data serializationUses Roslyn Source Generator for generating node component scriptsUses UI Toolkit for graph editorIncludes C# scripts for the core systemLinksOfficial SiteOnline DocumentationTrialSupport Forum