In my game I am using Application.OpenURL to allow players to open the game’s save folder should they want to access it. This works fine on Windows by just passing the persistent data path into the function. However, on MacOS, this doesn’t do anything. Is there a way to open folders in Finder via a command in Unity?