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/webgltemplates.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **WebGL Templates** 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/webgltemplates.git
```

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

README

Unity WebGL Templates

Unity package containing WebGL templates with automatic resizing capabilities.

Usage

Install the package according to the installation instructions. Once installed, the templates should automatically be added to your Assets folder, then you can select the desired WebGL Templates in the Player settings.

Upon updating the package, you might be asked to update the previously imported assets. This will override all files that are being reimported, but not delete any which were deleted from one version to the next.

Installation

Option 1: Package Manager (recommended)

Open the Package Manager window, click on Add Package from Git URL ..., then enter the following:

https://github.com/lajawi/unity-webgl-templates.git

Option 2: Manually Editing package.json

Add the following line to your project's Packages/manifest.json:

"com.github.lajawi.webgltemplates": "https://github.com/lajawi/unity-webgl-templates.git"

Comments

No comments yet. Be the first!