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/linkergenerator.git?path=Assets/LinkerGenerator

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Linker Generator** 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/linkergenerator.git?path=Assets%2FLinkerGenerator
```

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

README

LinkerGenerator openupm

An editor utility which will generate a link.xml file with the press of a button

Window Menu

The plugin can find all added dlls and compiled scripting assemblies and generate a link.xml file which will preserve all of them.

.RSP files will also be scanned, and assemblies preceded by the "-r:" mark can be found.

You can customize the generation in the project settings

Project Settings

The settings are saved in the Assets folder, and should be checked in to source control.

Installation

The recommended way of installation is through open upm.

openupm add com.kuraiandras.linkergenerator

You also can manually install with UPM through git.

You can also install manually with a .unitypackage which can be found under releases

Comments

No comments yet. Be the first!