https://github.com/litefeel/OpenFilesWithDefaultApp
An Unity asset plugin to open file with system default Application.
https://github.com/litefeel/OpenFilesWithDefaultApp
editor-extension unity3d-plugin
Last synced: about 2 months ago
JSON representation
An Unity asset plugin to open file with system default Application.
- Host: GitHub
- URL: https://github.com/litefeel/OpenFilesWithDefaultApp
- Owner: litefeel
- License: mit
- Created: 2019-02-17T14:08:36.000Z (almost 7 years ago)
- Default Branch: upm
- Last Pushed: 2022-11-27T05:20:38.000Z (about 3 years ago)
- Last Synced: 2025-01-31T04:02:16.077Z (11 months ago)
- Topics: editor-extension, unity3d-plugin
- Language: C#
- Homepage: https://assetstore.unity.com/packages/slug/140433
- Size: 521 KB
- Stars: 21
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Open Files With Default App
[](https://github.com/litefeel/OpenFilesWithDefaultApp/releases)
[](https://github.com/litefeel/OpenFilesWithDefaultApp/blob/upm/LICENSE.md)
[](https://paypal.me/litefeel)
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](https://openupm.com).
You can install it via [openupm-cli](https://github.com/openupm/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:
``` js
{
"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](https://github.com/litefeel/OpenFilesWithDefaultApp/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
* Create issues by issues page (https://github.com/litefeel/OpenFilesWithDefaultApp/issues)
* Send email to me: litefeel@gmail.com