Skip to content

Commit

Permalink
set version number to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktHensen committed Oct 10, 2024
1 parent 61c3304 commit 205bb03
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 48 deletions.
5 changes: 5 additions & 0 deletions Assets/i5 Toolkit for Unity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This document keeps track of the changes between versions of the toolkit.

## 1.9.4 (2024-10-10)

### Fixed
- Prepared the toolkit for Unity 6 and fixed a compilation error in the async/await implementation due to the new async/await added by Unity

## 1.9.3 (2024-09-01)

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Documentation of the i5 Toolkit for Unity

Click [here](https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/index.html) to go to the documentation pages for version 1.9.3 of the package.
Click [here](https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/index.html) to go to the documentation pages for version 1.9.4 of the package.
40 changes: 20 additions & 20 deletions Assets/i5 Toolkit for Unity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.3](https://img.shields.io/badge/version-1.9.3-blue)
![1.9.4](https://img.shields.io/badge/version-1.9.4-blue)

[![openupm](https://img.shields.io/npm/v/com.i5.toolkit.core?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.i5.toolkit.core/)

Expand All @@ -17,29 +17,29 @@ The i5 Toolkit provides a series of modules and features that can be used in pro

<table style="text-align: center; vertical-align: middle">
<tr>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/App-Console.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/AppConsole.svg" alt="App Console" style="width:200px"/><br/>App Console</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Deep-Linking.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/DeepLink.svg" alt="Deep Link" style="width:200px"/><br/>Deep Link</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Experience-API.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/ExperienceAPI.svg" alt="Experience API" style="width:200px"/><br/>Experience API</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/App-Console.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/AppConsole.svg" alt="App Console" style="width:200px"/><br/>App Console</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Deep-Linking.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/DeepLink.svg" alt="Deep Link" style="width:200px"/><br/>Deep Link</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Experience-API.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/ExperienceAPI.svg" alt="Experience API" style="width:200px"/><br/>Experience API</a></td>
</tr>
<tr>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/File-Cache.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/FileCache.svg" alt="File Cache" style="width:200px"/><br/>File Cache</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Modified-3D-Objects.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/RoundedCorners.svg" alt="Modified 3D Objects" style="width:200px"/><br/>Modified 3D Models</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Object-Pool.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/ObjectPool.svg" alt="Object Pool" style="width:200px"/><br/>Object Pool</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/File-Cache.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/FileCache.svg" alt="File Cache" style="width:200px"/><br/>File Cache</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Modified-3D-Objects.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/RoundedCorners.svg" alt="Modified 3D Objects" style="width:200px"/><br/>Modified 3D Models</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Object-Pool.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/ObjectPool.svg" alt="Object Pool" style="width:200px"/><br/>Object Pool</a></td>
</tr>
<tr>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Obj-Importer.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/ObjImporter.svg" alt="Obj Importer" style="width:200px"/><br/>Obj Importer</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/OpenID-Connect-Client.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/OpenIDConnectClient.svg" alt="OpenID Connect Client" style="width:200px"/><br/>OpenID Connect Client</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Procedural-Geometry.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/ProceduralGeometry.svg" alt="Procedural Geometry" style="width:200px"/><br/>Procedural Geometry</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Obj-Importer.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/ObjImporter.svg" alt="Obj Importer" style="width:200px"/><br/>Obj Importer</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/OpenID-Connect-Client.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/OpenIDConnectClient.svg" alt="OpenID Connect Client" style="width:200px"/><br/>OpenID Connect Client</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Procedural-Geometry.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/ProceduralGeometry.svg" alt="Procedural Geometry" style="width:200px"/><br/>Procedural Geometry</a></td>
</tr>
<tr>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/RocketChat-Client.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/RocketChatClient.svg" alt="Rocket.Chat Client" style="width:200px"/><br/>Rocket.Chat Client</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Scene-Documentation.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/SceneDocumentation.svg" alt="Scene Documentation" style="width:200px"/><br/>Scene Documentation</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Service-Core.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/ServiceCore.svg" alt="Service Core" style="width:200px"/><br/>Service Core</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/RocketChat-Client.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/RocketChatClient.svg" alt="Rocket.Chat Client" style="width:200px"/><br/>Rocket.Chat Client</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Scene-Documentation.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/SceneDocumentation.svg" alt="Scene Documentation" style="width:200px"/><br/>Scene Documentation</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Service-Core.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/ServiceCore.svg" alt="Service Core" style="width:200px"/><br/>Service Core</a></td>
</tr>
<tr>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Spawner.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/Spawner.svg" alt="Spawner" style="width:200px"/><br/>Spawner</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Verbose-Logging.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/Verbose-Logging.svg" alt="Verbose Logging" style="width:200px"/><br/>Verbose Logging</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/manual/Version-Tool.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.3/resources/Logos/Version-Tool.svg" alt="Version Tool" style="width:200px"/><br/>Version Tool</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Spawner.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/Spawner.svg" alt="Spawner" style="width:200px"/><br/>Spawner</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Verbose-Logging.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/Verbose-Logging.svg" alt="Verbose Logging" style="width:200px"/><br/>Verbose Logging</a></td>
<td><a href="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/manual/Version-Tool.html"><img src="https://rwth-acis.github.io/i5-Toolkit-for-Unity/1.9.4/resources/Logos/Version-Tool.svg" alt="Version Tool" style="width:200px"/><br/>Version Tool</a></td>
</tr>
</table>

Expand Down Expand Up @@ -71,7 +71,7 @@ To do this, add an entry to the dependency file:
}
```

4. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] by the release number, e.g. "1.9.3".
4. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] by the release number, e.g. "1.9.4".
`"com.i5.toolkit.core": "[version]",`
After that, Unity will automatically download and import the package.

Expand All @@ -90,7 +90,7 @@ So, after completing these steps you should have a manifest.json file which look
... some more scoped registries
],
"dependencies": {
"com.i5.toolkit.core": "1.9.3",
"com.i5.toolkit.core": "1.9.4",
... some more packages
}
}
Expand All @@ -104,7 +104,7 @@ It can be included in new projects by referencing the git-repository on GitHub i
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.9.3".
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.9.4".
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.
Expand All @@ -119,7 +119,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.9.3" 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.9.4" 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.
Expand Down
2 changes: 1 addition & 1 deletion Assets/i5 Toolkit for Unity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.i5.toolkit.core",
"version": "1.9.3",
"version": "1.9.4",
"displayName": "i5 Toolkit for Unity",
"description": "This package contains a collection of tools, features and assets for the development of Unity projects",
"unity": "2019.4",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This document keeps track of the changes between versions of the toolkit.

## 1.9.4 (2024-10-10)

### Fixed
- Prepared the toolkit for Unity 6 and fixed a compilation error in the async/await implementation due to the new async/await added by Unity

## 1.9.3 (2024-09-01)

### Added
Expand Down
10 changes: 5 additions & 5 deletions Documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.3](https://img.shields.io/badge/version-1.9.3-blue)
![1.9.4](https://img.shields.io/badge/version-1.9.4-blue)

[![openupm](https://img.shields.io/npm/v/com.i5.toolkit.core?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.i5.toolkit.core/)

Expand Down Expand Up @@ -72,7 +72,7 @@ To do this, add an entry to the dependency file:
}
```

4. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] by the release number, e.g. "1.9.3".
4. To add a specific version of the tool to the dependencies, add the following line inside of the "dependencies" object and replace [version] by the release number, e.g. "1.9.4".
`"com.i5.toolkit.core": "[version]",`
After that, Unity will automatically download and import the package.

Expand All @@ -91,7 +91,7 @@ So, after completing these steps you should have a manifest.json file which look
... some more scoped registries
],
"dependencies": {
"com.i5.toolkit.core": "1.9.3",
"com.i5.toolkit.core": "1.9.4",
... some more packages
}
}
Expand All @@ -105,7 +105,7 @@ It can be included in new projects by referencing the git-repository on GitHub i
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.9.3".
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.9.4".
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.
Expand All @@ -120,7 +120,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.9.3" 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.9.4" 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.
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.9.3
bundleVersion: 1.9.4
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
Loading

0 comments on commit 205bb03

Please sign in to comment.