fastpinball / fast-unity-toolkit

0 stars 0 forks source link

Publish the C# Library Separately #2

Open michaelstonis opened 12 months ago

michaelstonis commented 12 months ago

Having a Unity plugin is pretty great, but having the C#/.NET communication implementation as a project is even greater! Any chance that the FAST and FastSerialCommunicator objects could be open-sourced? It looks like the Fast object inherits from MonoBehaviour, but could likely be abstracted out to make it more generically available in .NET for the most part. Making it not tied entirely to MonoBehavior would allow this to be more easily available for development with MonoGame, Godot, or even a desktop app or whatnot.

I would be glad to help with this, if there were any questions!

Linolium1 commented 9 months ago

Probably not open sourced. Communication is tightly coupled right now, separating that is low priority.