Skip to content

Commit e765f7a

Browse files
authored
Release 0.0.30 (#345)
1 parent 48fbfff commit e765f7a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Regression Games Unity Bots
2-
[![Static Badge](https://img.shields.io/badge/Latest%20Version-0.0.29-blue)](https://docs.regression.gg)
2+
[![Static Badge](https://img.shields.io/badge/Latest%20Version-0.0.30-blue)](https://docs.regression.gg)
33
[![Join our Discord](https://img.shields.io/badge/Join%20our%20Discord-8A2BE2)](https://discord.com/invite/925SYVse2H)
44
[![Changelog](https://img.shields.io/badge/Visit%20the%20Changelog-orange)](https://docs.regression.gg/changelog)
55

@@ -30,7 +30,7 @@ In the Unity Editor, open the Package Manager by navigating to **Window** > **P
3030
Then add a new package with **+** > **Add package from git URL** and paste the following URL:
3131

3232
```
33-
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.29
33+
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.30
3434
```
3535

3636
Once the package has been added, restart the Unity Editor and create an account at

src/gg.regression.unity.bots.animation.rigging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gg.regression.unity.bots.animation.rigging",
3-
"version": "0.0.29",
4-
"description": "An extension package for Regression Games Unity Bots that supports Unity Animation Rigging. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.29`.",
3+
"version": "0.0.30",
4+
"description": "An extension package for Regression Games Unity Bots that supports Unity Animation Rigging. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.30`.",
55
"displayName": "Regression Games Unity Bots - Animation Rigging Extension",
66
"unity": "2021.3",
77
"unityRelease": "24f1",

src/gg.regression.unity.bots.ecs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gg.regression.unity.bots.ecs",
3-
"version": "0.0.29",
4-
"description": "An extension package for Regression Games Unity Bots that supports Unity ECS. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.29`.",
3+
"version": "0.0.30",
4+
"description": "An extension package for Regression Games Unity Bots that supports Unity ECS. To use this package, please also add the `gg.regression.unity.bots` package from URL `https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.30`.",
55
"displayName": "Regression Games Unity Bots - ECS Extension",
66
"unity": "2021.3",
77
"unityRelease": "24f1",

src/gg.regression.unity.bots/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gg.regression.unity.bots",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "Regression Games Unity package for adding bots to your game",
55
"displayName": "Regression Games Unity Bots",
66
"unity": "2021.3",

src/gg.regression.unity.experimental.runespawn/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gg.regression.unity.experimental.runespawn",
3-
"version": "0.0.29",
4-
"description": "An experimental package that focuses on code generation. To use this package, please also add the gg.regression.unity.bots package from URL https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.29",
3+
"version": "0.0.30",
4+
"description": "An experimental package that focuses on code generation. To use this package, please also add the gg.regression.unity.bots package from URL https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.30",
55
"displayName": "Regression Games Experimental - Runespawn",
66
"unity": "2021.3",
77
"unityRelease": "24f1",

0 commit comments

Comments
 (0)