各プラットフォームに対応したファイルブラウザを表示する.
- Standalone
- Windows
- Mac
- Linux
- Editor
- Web
- Unity 6000.0
- Window > Package ManagerからPackage Managerを開く
- 「+」ボタン > Add package from git URL
- 以下のURLを入力する
https://github.com/nitou-kanazawa/lib-unity-UniFileBrowser.git
あるいはPackages/manifest.jsonを開き、dependenciesブロックに以下を追記
{
"dependencies": {
"com.annulusgames.lit-motion": "https://github.com/nitou-kanazawa/lib-unity-UniFileBrowser.git"
}
}