I’m trying to decide on purchasing NodeCanvas and FlowCanvas. Is it compatible with the latest version of Unity? Can I use it to develop a game for WebAssembly export? Is it possible to use array based states for systems like pushdown automata, or for a character to have multiple states e.g jump + attack, jump + block, etc.
Both NodeCanvas and FlowCanvas are compatible with latest version of Unity, albeit some minor warnings about deprecated Unity APIs which will of course be taken care of in the next version.
Both also do support WebGL platform (I presume you meant WebGL), with only a simple extra step required (as explained in this [LINK] of the documentation).
A single FSM graph in NodeCanvas can only be at one state at any given time, but you could utilize multiple FSM graphs per object if that is something required. All graphs used on the same object, also share a single set of variables (called a Blackboard).
If you need any further clarification, please let me know.
Thank you!
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.