Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/openfileswithdefaultapp.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **OpenFilesWithDefaultApp** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/openfileswithdefaultapp.git
```

[![pkglnk](https://www.pkglnk.dev/badge/openfileswithdefaultapp.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/openfileswithdefaultapp)

README

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 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+)

  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

Comments

No comments yet. Be the first!