Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/driveintegration.git
Google Drive Integration for Unity Editor

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Google Drive Integration for Unity Editor** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/driveintegration.git
```

[![pkglnk](https://www.pkglnk.dev/badge/driveintegration.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/driveintegration)

Dependencies (1)

README

Google Driveā„¢ Integration for Unity Editor

This plugin helps you access your Google Driveā„¢ files from within Unity editor. You can easily download these files to your Unity project or see the recent changes made to a file/folder. Please note that this plugin accesses Driveā„¢ storage in read-only mode and doesn't allow uploading files to Driveā„¢ or modifying the existing Driveā„¢ files.

The plugin requires at least .NET Standard 2.0 or .NET 4.x Api Compatibility Level in Player Settings. Tested on Unity 2018.4.34f1 and 2019.4.26f1.

GitHub Sponsors ā˜•

INSTALLATION

There are 4 ways to install this plugin:

  • import DriveIntegration.unitypackage via Assets-Import Package
  • clone/download this repository and move the Plugins folder to your Unity project's Assets folder
  • (via Package Manager) click the + button and install the package from the following git URL:
    • https://github.com/yasirkula/UnityEditorGoogleDriveIntegration.git
  • (via OpenUPM) after installing openupm-cli, run the following command:
    • openupm add com.yasirkula.driveintegration

NOTE: This plugin has a dependency to Newtonsoft.Json. If the plugin is installed via Package Manager, Newtonsoft.Json will come with it. Otherwise, you need to install it manually (in Package Manager, add package by name: com.unity.nuget.newtonsoft-json).

HOW TO

screenshot

  • Drag&drop files/folders from the Drive Browser window to Project window to download them
  • Right click a folder and select View Activity to see the recent changes made in that folder

screenshot

  • Right click the Drive Browser tab and select Help to learn more

Comments

No comments yet. Be the first!