innerspacetrainings / Statecharts.NET

.NET Standard SCXML compatible Statechart implementation
MIT License
32 stars 5 forks source link

Usage in Unity #6

Closed convalise closed 3 years ago

convalise commented 3 years ago

Hello. I would like some help on how to integrate this lib with Unity 3D (as this repository is marked with the unity3d tag)

My use case: I have a bunch of statechart scxml files that I need to read into a state machine inside Unity and fire events, it's very simple.

I cloned the repository and it is a big Visual Studio solution with no release. I tried building it on the latest Visual Studio Community 2019 but there were errors, so I removed the UWP and the Analyzers.Test projects (and also comment a namespace not found in StatechartAnalyzer). After that, the build succeeded and generated a lot on output on the bin/Release folders and I have no ideia what is necessary. I presume the Statecharts.NET.Core is the one I want as the others seem to be testing stuff but I couldn't find any documentation or guide whatsoever. Exploring the Statecharts.NET.Core namespace also didn't ring any bells.

Can you provide information on what dlls are needed to import on Unity and how to read the scxml into a state machine?

EDIT: is this repository dead?

convalise commented 3 years ago

Nevermind.