Skip to content

Commit

Permalink
Merge pull request #72 from Regression-Games/release-0.0.20
Browse files Browse the repository at this point in the history
Release 0.0.20
  • Loading branch information
vontell authored May 23, 2024
2 parents 90f55c1 + 89228ee commit 8d72870
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ sidebar_label: 'Changelog'

# Changelog

## Release 0.0.20

_May 23rd, 2024_

**New Features**

- Memory and CPU information is now captured by gameplay session recording.
- The in-game overlay has an improved layout.
- Gameplay session recordings can now be looped for repeated testing.

**Bug Fixes**

- Quickscope
- Null count values are now allowed for scenario steps that have an optional count.
- Fixed a bug where duplicate scenario names were allowed in a suite.
- Scenarios now maintain their creation order.
- Improved loading of screenshots for a gameplay session.


## Release 0.0.19

_May 8th, 2024_
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/building-your-first-bot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can find [our package on GitHub](https://github.com/Regression-Games/RGUnity
the **Package Manager** window (**Window** > **Package Manager**) and click **Add package from git URL**. Then, paste the following URL:

```
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.19
https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.20
```

:::info
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const HomepageHeader = () => (
<div style={{marginTop: "16px"}}>
Get started immediately by adding the package to Unity:
<div style={{marginTop: "16px", fontSize: 12}}>
<pre style={{display: "inline"}}>https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.19</pre>
<pre style={{display: "inline"}}>https://github.com/Regression-Games/RGUnityBots.git?path=src/gg.regression.unity.bots#v0.0.20</pre>
</div>
</div>
</div>
Expand Down

0 comments on commit 8d72870

Please sign in to comment.