Getting Started
Requirements
Unity 2019.3+
MacOS, Linux, Windows
Install
Open Unity
Goto menu Window > Package Manager
Press Add button
Add package from git URL...
Put this repo url:
git@github.com:Blade-Labs/unity-blade.git
Examples
In Package Manager pick
Unity Blade SDK
Open package Samples tab
Click import at
Example Blade usage
itemOn Project navigator go to: Assets/Samples/Unity Blade SDK/0.0.1/Example Blade usage/Scenes
Open
RunBladeExample
scenePlay
Add to existing project
To use BladeSDK you need to add reference to your .asmdef
Select your project .asmdef file
On Inpector tab go to
Assembly Definition References
Click on
+
Select
BladeLabs.UnitySDK
Usage
Before using BladeSDK you need to create instance. Put arguments to constructor like in example. It initialize Jint engine instance and attach all required handlers to interact. Avoid using multiple instances of BladeSDK.
Last updated