UniBridge
Synchronize assets between Unity and Google Drive seamlessly. UniBridge automates bidirectional file syncing using OAuth authentication, enabling collaborative workflows and cloud-based asset management. Simple configuration through JSON files and accessible via the Tools menu for quick setup and operation.
com.duru100470.unibridge 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/unibridge.git README Markdown
Copy this to your project's README.md
## Installation
Add **UniBridge** 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/unibridge.git
```
[](https://www.pkglnk.dev/pkg/unibridge)Dependencies (1)
README
UniBridge
์ฌ์ฉ๋ฒ
- Google Cloud์์ OAuth credential ํ์ผ ์์ฑ ๋ฐ ๋ค์ด
- Assets ํด๋์ credentials.json์ ์ด๋ฆ์ผ๋ก ๋ฃ๊ธฐ
- Assets ํด๋์ unibridge-config.json ๋ง๋ค๊ธฐ
{
"TargetFolderId": "ํ๊ฒ ๊ตฌ๊ธ ํด๋ Id",
"UnityFolderPath": "๋๊ธฐํ ํ Unity ํด๋ ๊ฒฝ๋ก(Assets ํด๋๋ฅผ ๋ฃจํธ๋ก ํจ. ex) Sprites/New)"
}
- Tools/UniBridge์์ Start ๋ฒํผ ๋๋ฅด๋ฉด ๋
์ค์น๋ฒ
- Package Manager/Add package from git URL.. -> https://github.com/duru100470/UniBridge.git
- CLI ์ด๊ณ
openupm add com.duru100470.unibridge์ ๋ ฅ
No comments yet. Be the first!