Reply To: Put runtime on .NET server

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

#616
benthehutt
Participant

Next steps: I’m now working on extracting the different pieces into different projects for better code reuse. I have four projects: common, client, editor, and server. So far common pretty much has only serialization. I would eventually like to move graph in there as soon as I can abstract away more of the Unity logic.

Much of the meat of this is simply deleting “: MonoBehaviour” to see why it needs a MonoBehaviour. I am adding interfaces to fill in the necessary details. Piece by piece I am able to move pieces to common, client, or editor, while implementing the necessary leftovers for server.

It’s arduous, but I’m getting more and more functionality.

Attachments:
  1. projects.png