Yandex Games SDK for Unity
  • Welcome
  • Getting Started
    • SDK Installation & Setup
      • Installation
      • Setting Up the SDK
      • Setting Up Local Development Server
    • Gameplay Lifecycle & Environment
      • Gameplay Lifecycle Events
      • Get Server Time
      • Get Environment
    • Core Features
      • Authentication
      • Cloud Storage
      • Leaderboards
      • Advertisements
  • Extended Functionality
    • YGNetwork
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. SDK Installation & Setup

Installation

You can add the YandexGamesSDK-Unity package to your Unity project via the Package Manager using a Git URL.

  1. Open Unity and Access Package Manager

    • Open your Unity project.

    • Go to Window > Package Manager.

  2. Add the Package from the Git URL

    • Click the "+" button in the top-left corner of the Package Manager window.

    • Select "Add package from git URL…".

    • Enter the following URL:

      https://github.com/playables-studio/YandexGamesSDK-Unity.git
    • Click Add.

PreviousSDK Installation & SetupNextSetting Up the SDK

Last updated 2 months ago

Was this helpful?