DocuLinker
Lightweight links to documentation the Unity Editor
com.knightforge.doculinker Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/doculinker.git 
README Markdown
Copy this to your project's README.md
## 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
```
[](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.

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
.txtfile 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!
Sign in to join the conversation
Sign In