Trying to find a way to open a file dialog box so I can select an image and allow that image to be loaded as a texture. I’ve seen a few things, one quite old that mentioned opening a file dialog was a pro function which seems odd. I’ve got it key’d to open the box on the press of the C key for my test, but I need to figure out how to get it to open the actual dialog box. Under standard C# this would be simple but I know certain things are restricted between free and pro so that previous post confuses me.
You can use UniFileBrowser if you want an in-game file dialog. Otherwise, I believe there’s some way of using system file dialogs (not sure how offhand), but they wouldn’t work in full-screen mode.
–Eric
I can’t pay for anything, so UniFileBrowser is right out, As for system dialogue, I can’t rely on that because I want to eventually make an android port of this
There isn’t any file dialog built-in to Unity, if that’s what you’re asking.
–Eric
Really? Wow that creates issues, Trying to find a way my players can load custom skins for their dice