Skip to content

Commit

Permalink
Updated package and readme version
Browse files Browse the repository at this point in the history
  • Loading branch information
BasmanovDaniil committed Sep 10, 2022
1 parent d7d5bd9 commit a401ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Procedural Toolkit is a procedural generation library for the Unity game engine.
[Support email](mailto:proceduraltoolkit@syomus.com)

## Installation instructions
Requires **Unity 2019.3** or later. Tested on Windows, WebGL, Android and iOS.
Requires **Unity 2022.1** or later. Tested on Windows, WebGL, Android and iOS.

There are several ways to install Procedural Toolkit:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.4-preview",
"displayName": "Procedural Toolkit",
"description": "Procedural generation library for Unity",
"unity": "2019.3",
"unity": "2022.1",
"author": {
"name": "Syomus",
"email": "proceduraltoolkit@syomus.com",
Expand All @@ -18,6 +18,6 @@
],
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.mathematics": "1.1.0"
"com.unity.mathematics": "1.2.6"
}
}

0 comments on commit a401ea2

Please sign in to comment.