Cross Platform Instagram Kit
  • Introduction
  • Usage
    • Namespace
  • Api
    • Is Service Available
    • Image Sharing
    • Video Sharing
    • Add Stickers & Links
  • Utility Snippets
    • Save Texture2D to Persistent Path
    • Save Video to Persistent Path
Powered by GitBook
On this page

Was this helpful?

  1. Usage

Namespace

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

using VoxelBusters.InstagramKit;

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

PreviousIntroductionNextIs Service Available

Last updated 6 years ago

Was this helpful?