Judah Mantell

Results 7 comments of Judah Mantell

Thanks for the replies! @kyapp69 Ideally I wouldn't just hide exported objects in the resulting files, but actually exclude them from the exports, but I appreciate the suggestion! @atteneder Not...

I tested this myself and they do work, but the actual UI images just are invisible. Still weird. I hope a fix is possible! :)

For posterity's sake, here's the current link to @davidmfinol 's repo that has the functioning bundle file. I just replaced the current .bundle file with this one and it works...

> @SceneForgeStudio Hi! I can confirm this works on M1 if built x64/silicon, but doesn't work on an old Mac with Core i5. Interesting, so if I build just for...

In that case you'll have to use the older non-M1 dll. You can probably use both and just change which CPU each one is for in the inspector.

For anyone further searching for a solution in 2023 (Because Driver still happens to be one of the simplest tour libraries out there!) My solution was to modify the css...

> > I solved this by building a universal bundle. To do this, I opened the [StandaloneFileBrowser.xcodeproj/project.pbxproj](https://github.com/gkngkc/UnityStandaloneFileBrowser/blob/master/Plugins/MacOS/StandaloneFileBrowser/StandaloneFileBrowser.xcodeproj/project.pbxproj?rgh-link-date=2023-03-21T16%3A33%3A20Z) and modified `ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";` to `ARCHS = "$(ARCHS_STANDARD)";` > > and I...