Unity Client
Please, see Examples folder for example scenes.
To be able to build the dll, you need to add UnityEngine.dll, UnityEngine.UI.dll and UnityEditor.dll to the references. To do that:
- Open
RDataClassLibrary.slnsolution file - Open Solution Explorer by clicking View -> Solution Explorer
- Expand RDataClassLibrary solution and project. Right click on References, and click Add reference
- Click Browse, and then click on the Browse button.
- Navigate to your Unity Installation (
C:\Program Files\Unity\Editor\Data\Managedon Windows,/Applications/Unity/Unity.app/Contents/Frameworks/Managed/on Mac). - Select UnityEngine.dll
- Repeat steps for UnityEditor.dll and UnityEngine.UI.dll (located in
Editor\Data\UnityExtensions\Unity\GUISystem).
You can read more about building managed plugins on Unity Website.
To compile the class library, use the RDataClassLibrary.sln solution