So I'm currently working on making an RPG that's going to require a lot of state machines with Unity3D. The problem I'm running into is when trying to include the Stateless Framework http://nuget.org/packages/Stateless/ in my project, the framework is removed each time I close Unity.
Is there a special method for including C# libraries like this in Unity, or is it simply not allowed?