Reply To: Put runtime on .NET server

FlowCanvas Forums Support Put runtime on .NET server Reply To: Put runtime on .NET server

#610
benthehutt
Participant

So after a few more hours, I was able to get a simple flowscript running on a .NET server.

In testgraph.png you can see a simple graph that just logs on Awake. The second screenshot is my .NET server loading the modified json, deserializing into a Graph, then running the graph in a ServerGraphOwner. Obviously, it’s correctly logging “Awake.”

W00t! I assume I’ve broken quite a few other node types and events but I think I’ve completed the major pieces of getting this thing working outside of a Unity environment. Thanks for all the help! I’ll continue posting if I have any more updates.

Attachments:
  1. testconsole.png

  2. testgraph.png