1.1.4 • Published 3 years ago

@dinomite-studios/unity-project-version v1.1.4

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

Unity Project Version Utility

This utility package helps with determining a Unity 3D project's used Unity editor version. It's a helper package to Unity Tools for Azure DevOps.

npm version Build Status

How To Use

Use the static function ProjectVersionService.determineProjectVersionFromFile and pass the full path to the root directory containing your Unity project. That is the directory containing the Assets folder. As a result, you'll get e.g.:

{
    version: '2019.4.17f1',
    revision: '123456abcd',
    isAlpha: false,
    isBeta: false
}

Branches

  • main: The main branch is build and deployed to the public npm registry
  • development: This branch contains latest in development features, fixes and changes and is merged to main once stable

Contributions

Found and fixed a bug or improvement on something? Contributions are welcome! Please target your pull request against the development branch.

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago