com.litefeel.openfileswithdefaultapp

1.4.1 • Public • Published

Open Files With Default App

Donate

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 npm (Ease upgrade in Package Manager UI)Recommend

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "scopedRegistries": [
    {
      "name": "My Registry",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.litefeel"
      ]
    }
  ],
  "dependencies": {
    "com.litefeel.openfileswithdefaultapp": "1.4.1",
    ...
  }
}

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.4.1",
    ...
  }
}

Using .zip file (for Unity 5.0+)

  1. Download Source code from Releases
  2. Extract the package into $UnityProject/Packages or $UnityProject/Assets/Plugins

How to use?

  1. Select Edit > Preferences… > Open Files With Default App from the menu
  2. Input the file extensions, like txt
  3. Double click txt file, will open it with default application

Support

Package Sidebar

Install

npm i com.litefeel.openfileswithdefaultapp

Weekly Downloads

5

Version

1.4.1

License

MIT

Unpacked Size

13.7 kB

Total Files

23

Last publish

Collaborators

  • litefeel