コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

2019-02-26から1日間の記事一覧

【Unity】Windows / Mac / Linux でファイルダイアログを開くことができる「Unity Standalone File Browser」紹介

はじめに 「Unity Standalone File Browser」を Unity プロジェクトに導入することで Windows / Mac / Linux でファイルダイアログを開くことができるようになります 使い方 // ファイルダイアログを開く var paths = StandaloneFileBrowser.OpenFilePanel( …