⚙️Plugin set up

First steps to integrate our technology

Let's start by importing OWO library into your project.

using OWOGame; //Use this to access the OWO class

If you are in Unity

Once downloaded, an OWO.dll will appear under the folder Plugins/OWO.

In case you are using Assembly Definitions in your project, you need to add the OWO.dll to the assembly references list

Locate your Assembly Definition
Click on "Override References"
Include our .dll in the "Assembly References" list

Last updated