Build Pipeline for WebGL
>-
com.luvikung.buildpipelinewebgl 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/buildpipelinewebgl.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **Build Pipeline for WebGL** 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/buildpipelinewebgl.git#upm
```
[](https://www.pkglnk.dev/pkg/buildpipelinewebgl)README
Build Pipeline for WebGL
This is a build tools for Unity Editor able to manage build WebGL separate by folder and version control (via naming) and able to strip mobile warning in WebGL javascript. Created by Thanut Panichyotai (@LuviKunG)
How to use?
New menu will be add to your Unity Editor named 'Build'. In the menu that will include two elements.
- WebGL will perform a build. If you're not select the directory before, it will popup the directory selection window and start perform a build.
- Settings/WebGL will open the build pipeline settings for android.

In the settings, you can set a format name, date format and other options for build folder. (It's already include descriptions)
How to install?
UPM Install via manifest.json
Locate to your Unity Project. In Packages folder, you will see a file named manifest.json. Open it with your text editor (such as Notepad++ or Visual Studio Code or Legacy Notepad)
Then merge this json format below.
(Do not just copy & paste the whole json! If you are not capable to merge json, please using online JSON merge tools like this)
{
"dependencies": {
"com.luvikung.buildpipelinewebgl": "https://github.com/LuviKunG/BuildPipelineWebGL.git#1.0.7"
}
}
If you want to install the older version, please take a look at release tag in this git, then change the path after # to the version tag that you want.
Unity 2019.3 Git URL
In Unity 2019.3 or greater, Package Manager is include the new feature that able to install the package via Git.

Just simply using this git URL and following with version like this example.
https://github.com/LuviKunG/BuildPipelineWebGL.git#1.0.7
Make sure that you're select the latest version.
Unity UPM Git Extension (For 2019.2 and older version)
If you doesn't have this package before, please redirect to this git https://github.com/mob-sakai/UpmGitExtension then follow the instruction in README.md to install the UPM Git Extension to your Unity.
If you already installed. Open the Package Manager UI, you will see the git icon around the bottom left connor, Open it then follow the instruction using this git URL to perform package install.
Make sure that you're select the latest version.
No comments yet. Be the first!