OpenFilesWithDefaultApp
OpenFilesWithDefaultApp copied to clipboard
An Unity asset plugin to open file with system default Application.
Open Files With Default App
Open Files With Default App is just perfect Unity asset plugin to open file with system default Application.
Feature list:
- Open files with default application
- No runtime resources required
- No scripting required
Install
Using OpenUPM
This package is available on OpenUPM.
You can install it via openupm-cli.
openupm add com.litefeel.openfileswithdefaultapp
Using git
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.litefeel.openfileswithdefaultapp": "https://github.com/litefeel/OpenFilesWithDefaultApp.git#1.5.1",
...
}
}
Using .zip file (for Unity 5.0+)
- Download
Source codefrom Releases - Extract the package into
$UnityProject/Packagesor$UnityProject/Assets/Plugins
How to use?
- Select
Edit > Preferences… > Open Files With Default Appfrom the menu - Input the file extensions, like txt
- Double click txt file, will open it with default application
Support
- Create issues by issues page (https://github.com/litefeel/OpenFilesWithDefaultApp/issues)
- Send email to me: [email protected]