Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release 0.0.12 #30

Merged
merged 7 commits into from
Sep 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@ sidebar_label: 'Changelog'

# Changelog

## 0.0.12

:::info

This version is a release preview. Our product is in beta and we would love for developers to try it out and provide feedback! Contact
us at info@regression.gg for dedicated support and access.

:::

**New Platform Features**

- New RGAction attribute within RG Unity SDK to make action definitions easier to make
- [GitHub Actions and Unity Test Runner Support](/studios/unity/tutorials/github_actions) - New samples and guides for running bots
in GitHub Actions (and other CI/CD systems via [GameCI](https://game.ci))
- UI improvements to Behavior Tree Beta
- Updated defaults for RG Unity SDK to be more user-friendly
- The RG Unity SDK now includes its own font assets for better interoperability
- Links to download Zip bots from dashboard are now available

**Bug fixes**

- Fixed issue where the website would freeze in some match loading scenarios
- Fixed broken links in documentation
- Fixed issue where Agent Builder code generation would flicker
- Fixed bug where Unity actions would sometimes be sent to the wrong bots
- Fixed bug where instant bots would not start when no GitHub account was included in a user account

**Security fixes**

- Fixed bug where lobby APIs would reveal email addresses

**Coming Soon**

- Continued improvements and additions to the Unity attribute system
- Additional samples and guides for various use cases
- New features for the Agent Builder tool

## 0.0.11

:::info
Expand Down