DropboxSync is a Unity package that enables you to sync files and folders from Dropbox to your game or application. With this package, you can:
- Download and upload files to Dropbox
- Keep specific folders or files in sync with Dropbox (one-way sync: Dropbox -> Local)
- Move and delete files and folders
- Use smart caching of files and folders
- Receive files as Texture2D, string, and JSON-serializable C# objects
You can also use OAuth2 user login flow support and share links. The package is tested on Windows, Mac, iOS, and Android platforms.
The package includes features such as constant file changes tracking, allowing you to receive updates as soon as changes are made on Dropbox. You can also use convenient methods to receive files in various formats. The package is designed to be easy to use and integrate into your Unity project.





