gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

Doesn't Open In Mac #123

Open MWRevamped opened 1 year ago

MWRevamped commented 1 year ago

I'm working on a mac build of a game and everything works...except for the file viewer. I can't figure out why but it just won't open! (Unity 2022.1.13f1)

cartilago commented 1 year ago

@MidnightWolfyDevelopment , I ran into a similar issue today, turns out it works fine only for OSX Intel based builds, Intel + Apple Silicon won't work! Tested on a PowerBook M2

MWRevamped commented 1 year ago

Alright. I'll see if my friend can test my build on his computer since it's a bit older.

YunfangHou commented 1 year ago

Same issue. I use Intel Processor Mac, and when I choose "Intel 64-bit" in Build Settings, the file browser can show in the standalone app. But when I choose "Intel 64-bit + Apple Silicon", the file browser does not show.

albright999 commented 11 months ago

Seeing the same thing here, any updates on this?