This directory contains unit test framework for Unity IL2CPP backend. The idea of the framework borrowed from UniRx, and many codes are based on UniRx unit testing.
- Open MsgPack.UnitTest.Unity.Il2cpp.Full.sln first (specifically, you need to build MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop project).
- Build all. Three dlls (MsgPack.dll, MsgPack.UnitTest.dll, nunitlite.dll) will be copied to Assets/Plugins/Dlls
- Open this directory in Unity Editor.