diff --git a/CHANGELOG.md b/CHANGELOG.md index 221e573d..d277922b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This document keeps track of the changes between versions of the toolkit. +## 1.2.1 (2020-12-10) + +### Fixed +- Fixed a compilation error that was caused by the OpenID Connect module when building with IL2CPP on other platforms than UWP + +### Changed +- Added an instance of the app console to the OpenID Connect sample scene. + This way, the console output with the login result can be seen in compiled applications. + ## 1.2.0 (2020-12-07) ### Added diff --git a/Documentation~/i5-Toolkit-for-Unity.md b/Documentation~/i5-Toolkit-for-Unity.md index 7ef468c2..980c4c5f 100644 --- a/Documentation~/i5-Toolkit-for-Unity.md +++ b/Documentation~/i5-Toolkit-for-Unity.md @@ -1,3 +1,3 @@ # Documentation of the i5 Toolkit for Unity -Click [here](https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.2.0/index.html) to go to the documentation pages for version 1.2.0 of the package. \ No newline at end of file +Click [here](https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.2.1/index.html) to go to the documentation pages for version 1.2.1 of the package. \ No newline at end of file diff --git a/README.md b/README.md index 3b874e20..2a6fefe4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It is a foundation for new projects, kickstarting the development with already c ![Continuous Integration](https://github.com/rwth-acis/i5-Toolkit-for-Unity/workflows/Continuous%20Integration/badge.svg) -![1.2.0](https://img.shields.io/badge/version-1.2.0-blue) +![1.2.1](https://img.shields.io/badge/version-1.2.1-blue) ## Modules @@ -15,19 +15,19 @@ The i5 Toolkit provides a series of modules and features that can be used in pro - - - + + + - - - + + + - - - + + +
App Console
App Console
Modified 3D Objects
Modified 3D Models
Object Pool
Object Pool
App Console
App Console
Modified 3D Objects
Modified 3D Models
Object Pool
Object Pool
Obj Importer
Obj Importer
OpenID Connect Client
OpenID Connect Client
Procedural Geometry
Procedural Geometry
Obj Importer
Obj Importer
OpenID Connect Client
OpenID Connect Client
Procedural Geometry
Procedural Geometry
Scene Documentation
Scene Documentation
Service Core
Service Core
Spawner
Spawner
Scene Documentation
Scene Documentation
Service Core
Service Core
Spawner
Spawner
@@ -41,7 +41,7 @@ The tool is available as a package for the Unity Package Manager. It can be incl 1. Open your project's root folder in a file explorer. 2. Navigate to the Packages folder and open the file manifest.json. It contains a list of package dependencies which are loaded into the project. -3. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] with "v", followed by the release number, e.g. "v1.2.0". +3. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] with "v", followed by the release number, e.g. "v1.2.1". To receive the latest version, replace [version] with upm. `"com.i5.toolkit.core": "https://github.com/rwth-acis/i5-Toolkit-for-Unity.git#[version]",` After that, Unity will automatically download and import the package. @@ -56,7 +56,7 @@ The package can be downloaded from a git-repository in the package manager's UI. 1. In Unity, go to Window > Package Manger. 2. Click on the plus-button in the top left corner of the package manager and select "add". -3. Enter https://github.com/rwth-acis/i5-Toolkit-for-Unity.git#[version] into the text field where [version] is replaced with "v", followed by the release number, e.g. "v1.2.0" or upm for the latest version. +3. Enter https://github.com/rwth-acis/i5-Toolkit-for-Unity.git#[version] into the text field where [version] is replaced with "v", followed by the release number, e.g. "v1.2.1" or upm for the latest version. Confirm the download by clicking on the "add" button. If you specify "upm" to get the latest version, be aware that the package is not automatically updated. diff --git a/package.json b/package.json index c6ebf8e3..b5011abb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.i5.toolkit.core", - "version": "1.2.1-preview", + "version": "1.2.1", "displayName": "i5 Toolkit for Unity", "description": "This package contains a collection of tools, features and assets for the development of Unity projects", "unity": "2018.4",