io.extendreality.zinnia.unity
Advanced tools
Comparing version 1.4.0 to 1.4.1
# Changelog | ||
### [1.4.1](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.4.0...v1.4.1) (2019-10-28) | ||
#### Bug Fixes | ||
* **README.md:** provide more concise release data and update info ([083c14c](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/083c14ca7d0da52227e39f19f5c033623cd725c0)) | ||
> The Releases section has been removed and is now just a simple badge at the top of the README. There has been an additional section in `Getting Started` on how to update the package via the Unity Package Manager. | ||
> | ||
> The links have also been ordered in the order of appearance in the document. | ||
## [1.4.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.3.1...v1.4.0) (2019-10-27) | ||
@@ -4,0 +13,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"unity": "2018.3", | ||
@@ -8,0 +8,0 @@ "unityRelease": "10f1", |
@@ -8,2 +8,3 @@ [![Zinnia logo][Zinnia-Image]](#) | ||
[![Release][Version-Release]][Releases] | ||
[![License][License-Badge]][License] | ||
@@ -16,13 +17,4 @@ [![Backlog][Backlog-Badge]][Backlog] | ||
> **Requires** the Unity software version `2018.3.10f1` (or above). | ||
> **Requires** the Unity software version `2018.3.10f1` (or above). | ||
## Releases | ||
| Branch | Version | Explanation | | ||
|---------|--------------------------------------------------|------------------------------------| | ||
| release | [![Release][Version-Release]][Releases] | Stable, production-ready | | ||
| preview | [![(Pre-)Release][Version-Prerelease]][Releases] | Experimental, not production-ready | | ||
Releases follow the [Semantic Versioning (SemVer) system][SemVer]. | ||
## Getting Started | ||
@@ -39,3 +31,3 @@ | ||
### Adding Zinnia to a project | ||
### Adding the package to the Unity project manifest | ||
@@ -103,2 +95,6 @@ * Navigate to the `Packages` directory of your project. | ||
### Updating to the latest version | ||
The package will show up in the Unity Package Manager UI once the above steps have been carried out. From then on the package can be updated by selecting the package in the Unity Package Manager and clicking on the `Update` button or using the version selection UI. | ||
## Naming | ||
@@ -127,18 +123,20 @@ | ||
[Zinnia-Image]: https://user-images.githubusercontent.com/1029673/51488711-2ab42c80-1d9e-11e9-94c9-767e804157e7.png | ||
[Version-Release]: https://img.shields.io/github/release/ExtendRealityLtd/Zinnia.Unity.svg | ||
[License-Badge]: https://img.shields.io/github/license/ExtendRealityLtd/Zinnia.Unity.svg | ||
[Backlog-Badge]: https://img.shields.io/badge/project-backlog-78bdf2.svg | ||
[Releases]: ../../releases | ||
[License]: LICENSE.md | ||
[Backlog]: http://tracker.vrtk.io | ||
[Unity]: https://unity3d.com/ | ||
[Latest-Release]: ../../releases/latest | ||
[Project-Manifest]: https://docs.unity3d.com/Manual/upm-manifestPrj.html | ||
[Enable-Tests]: https://docs.unity3d.com/Manual/cus-tests.html | ||
[Latest-Release]: https://github.com/ExtendRealityLtd/Zinnia.Unity/releases/latest | ||
[Zinnia]: https://en.wikipedia.org/wiki/Zinnia | ||
[International Space Station]: https://www.nasa.gov/image-feature/first-flower-grown-in-space-stations-veggie-facility | ||
[Releases]: ../../releases | ||
[SemVer]: https://semver.org/ | ||
[Version-Release]: https://img.shields.io/github/release/ExtendRealityLtd/Zinnia.Unity.svg | ||
[Version-Prerelease]: https://img.shields.io/github/release-pre/ExtendRealityLtd/Zinnia.Unity.svg?label=pre-release&colorB=orange | ||
[Contributing guidelines]: https://github.com/ExtendRealityLtd/.github/blob/master/CONTRIBUTING.md | ||
[Unity project coding conventions]: https://github.com/ExtendRealityLtd/.github/blob/master/CONVENTIONS/UNITY3D.md | ||
[Code of Conduct]: https://github.com/ExtendRealityLtd/.github/blob/master/CODE_OF_CONDUCT.md |
1804902
137