Snapchat Kit for Unity
  • Introduction
  • Installation Troubleshooting
  • Settings
    • Snapchat Kit Settings
  • Usage
    • Namespace
  • API
    • Is Service Available
    • Initialisation
    • Login & Logout
    • Get Snap Profile Data
    • Share Content
    • Add Extra Content(Stickers & Links)
  • Utility Snippets
    • Download Texture from Url
Powered by GitBook
On this page
  1. Usage

Namespace

For using plugin methods, you need to import the below namespace.

using VoxelBusters.SnapchatKit;

​

We expose SnapchatKitManager class to allow the access for plugin functionalities.

PreviousSnapchat Kit SettingsNextIs Service Available

Last updated 6 years ago