Skip to content

Releases: peeweek/net.peeweek.build-frontend

2.0! Release

10 May 11:50
2918678
Compare
Choose a tag to compare

Minimal version is now 2020.3
Major refactor and going out of preview

  • Reworked UI and simplified workflow
  • Better handling of Run on editor platforms (if can't run, then open explorer)
  • Added BuildProcessor script API that can handle processing before/after build

1.3.0 Update

12 Jan 08:10
Compare
Choose a tag to compare
  • Still a preview package
  • Minimal version is now 2019.3

Added

  • Added Icon for Window Tab
  • Added Command line arguments for launch

Changed

  • Removed Build Enabled from serialization in assets, is now an Editor Preference.
  • UI Fixes to match new Unity Skin

First Release!

10 Apr 12:31
Compare
Choose a tag to compare

Still a long way to go, but things working in this release.

To use this release, you have 2 methods:

  • Clone this repository then reference the package.json file in your Package Manager UI
  • Append the line "net.peeweek.build-frontend": "https://github.com/peeweek/net.peeweek.build-frontend.git#1.0.0-preview", under dependencies in your Packages/manifest.json file. (You will also need git installed on your machine)