C# SDK for Unity

The C# SDK for Unity is an SDK that allows Unity developers to easily access the Asset Layer API from their Unity projects.

To add Asset Layer to your Unity project, follow the guide in Unity App Setup Once you've followed the setup process, you will be able to find the C# SDK for Unity in your project's /Packages/Asset Layer SDK directory. We will be providing more detailed documentation on the Types and Methods in the C# SDK. For JavaScript developers, you check out the rest of the SDK Docssection to understand the structure and function of the the C# SDK which follows the same structure as the NPM SDK.

Last updated