Posts

Post not yet marked as solved
3 Replies
0 Views
Hey, thanks for the reply! To generate PDFs, I first create HTML documents using basic strings. Then I convert that HTML document to a PDF using Chromium's print to PDF feature. I do this because 1) I also allow the user to export to just HTML if they want, skipping the PDF step, and 2) It's better for cross-platform development. Interestingly, I only encountered this problem in the Unity Editor. Once I built the app into a standalone player, it did allow selection of .app files! In terms of sandboxing: I'm not quite sure what you mean. Because I use my own authentication, licensing, and database implementation, I don't plan on publishing to the Mac App Store, and only distributing through my website. (Please no judgment there). I'm just building a standalone macOS application through Unity and distributing it from there (using a PKG)