All Projects → yasirkula → UnityEditorGoogleDriveIntegration

yasirkula / UnityEditorGoogleDriveIntegration

Licence: MIT license
Access your Google Drive™ files from within Unity editor

Programming Languages

C#
18002 projects

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.

Support the Developer

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) add the following line to Packages/manifest.json:
    • "com.yasirkula.driveintegration": "https://github.com/yasirkula/UnityEditorGoogleDriveIntegration.git",
  • (via OpenUPM) after installing openupm-cli, run the following command:
    • openupm add com.yasirkula.driveintegration

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].