Skip to content

Commit b9a633a

Browse files
authored
Merge pull request #53 from Regression-Games/release-0.0.16
Changelog and URL updates for release 0.0.16
2 parents 3d6f42a + 049527c commit b9a633a

4 files changed

Lines changed: 29 additions & 4 deletions

File tree

docs/changelog.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ sidebar_label: 'Changelog'
44

55
# Changelog
66

7+
## Release 0.0.16
8+
9+
_December 19, 2023_
10+
11+
**New Features**
12+
- Our new [quickstart guide](/quickstart) allows you to have your first bot running in minutes
13+
- `[RGState]` is now allowed on class properties
14+
- Support for raw key press actions using the new Unity Input System, which works great for certain types of bots
15+
- Code generation time has been reduced, and is now automatic
16+
- Default tick rate for bots is now faster
17+
- Logs from local bots are now uploaded and saved for debugging
18+
- Local bots can now be saved onto your Regression Games account
19+
- The current tick number can now be accessed by local bots
20+
21+
**Bug Fixes**
22+
- Fixed bug where the username and password would not change within the SDK settings
23+
- Bot loading reliability has been improved
24+
- Better save settings around login passwords
25+
- Stack traces from bots are now clickable and more usable within the Unity console
26+
- Improved / reduced OOM issues with bot replay data
27+
28+
**Other Notes**
29+
- Our SSL certs have been updated - make sure to update your SDK to use these new settings
30+
731
## Release 0.0.15
832

933
_November 21, 2023_

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ clicking **Add package from git URL** in the **Package Manager** window (this wi
4747
in the **Window > Package Manager** menu) and pasting in the following URL.
4848

4949
```
50-
https://github.com/Regression-Games/RGUnityBots.git#v0.0.1
50+
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.16
5151
```
5252

5353
- Note that this package utilizes TextMeshPro. If you are prompted by Unity to add TextMeshPro assets to your project, please add them.

docs/quickstart.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ clicking **Add package from git URL** in the **Package Manager** window (this wi
2525
in the **Window > Package Manager** menu) and pasting in the following URL.
2626

2727
```
28-
https://github.com/Regression-Games/RGUnityBots.git#v0.0.15
28+
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.16
2929
```
3030

31+
- Note that this package uses the new Unity Input System, and will likely ask you to restart the editor - **please select yes to restart**.
3132
- Note that this package utilizes TextMeshPro. If you are prompted by Unity to add TextMeshPro assets to your project, please add them.
3233
- Note that this package installs a dependency of [Newtonsoft Json](https://docs.unity3d.com/Packages/com.unity.nuget.newtonsoft-json@3.1/manual/index.html) for serializing/deserializing Json message payloads.
3334

@@ -44,7 +45,7 @@ an account to sync your bot and get access to other [ready-to-go bots](pre-made-
4445

4546
Once you click continue, you will see a screen that links to documentation and has an option to load a sample scene. Click
4647
that button, which will import the sample scene into a new folder within your Assets directory. Once imported, the scene
47-
will auomatically open!
48+
will automatically open!
4849

4950
![Screenshot of the welcome pane](img/quickstart/welcome.png)
5051

docs/tutorials/building-your-first-bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ clicking **Add package from git URL** in the **Package Manager** window (this wi
6363
in the **Window > Package Manager** menu) and pasting in the following URL.
6464

6565
```
66-
https://github.com/Regression-Games/RGUnityBots.git#v0.0.1
66+
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.16
6767
```
6868

6969
- Note that this package utilizes TextMeshPro. If you are prompted by Unity to add TextMeshPro assets to your project, please add them.

0 commit comments

Comments
 (0)