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/doculinker.git
DocuLinker

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **DocuLinker** 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/doculinker.git
```

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

README

DocuLinker

A lightweight Unity Editor addon for linking to documentation from within the Project window.
Link to either a local Markdown file or a url to an external source.

When configured, a clickable icon appears next to the folder in the Project window.

Editor\ExampleImage~\ExampleImage.png


Install Package from Git URL: https://github.com/DaveRune/DocuLinker.git


Usage

1. Internal Readme

Create a Readme~ folder anywhere inside your project and place a Readme.md file inside it.

YourFolder/
└── Readme~/
    └── Readme.md

The ~ suffix tells Unity to exclude the folder from builds.

Readme Linker will detect this automatically and display a ? icon next to YourFolder. Clicking it opens the file in your configured external editor.


2. External Link

Create a Readme~ folder anywhere inside your project and place a link.txt file inside it containing just the URL.

YourFolder/
└── Readme~/
    └── link.txt

Readme Linker will detect this automatically and display a ↗ icon next to YourFolder. Clicking it will open the URL in your default browser.

The .txt file is used for simplicity across Linux, Mac and Windows.


Examples

Example setups for both methods can be found in the Examples folder included with this package.

Comments

No comments yet. Be the first!