diff --git a/docs/gameplay-sessions/gameplay-sessions-getting-started.mdx b/docs/gameplay-sessions/gameplay-sessions-getting-started.mdx index 9f63f1e..453a7cf 100644 --- a/docs/gameplay-sessions/gameplay-sessions-getting-started.mdx +++ b/docs/gameplay-sessions/gameplay-sessions-getting-started.mdx @@ -33,13 +33,10 @@ A saved recording can be loaded to reproduce inputs and capture new information - **Customization**: In some cases, you may want to ignore certain parts of your game's state. The SDK makes it easy to exclude a GameObject and its children from recorded data. -## Known Limitations +## Feedback We are constantly iterating on and improving our tools! -If you'd like to report any additional limitations, bugs, or if you'd like to request a feature, +If you'd like to report any limitations, bugs, or if you'd like to request a feature, please fill out [this feedback form.](https://d7y6yysps34.typeform.com/to/MYieIsHV) -- **Old vs New Unity Input System** - Playback of recordings is currently supported only for games using the new Unity - Input System. _We are investigating the possibility of supporting the old Unity Input System_. - -Learn more about how to use this powerful recording and playback feature by clicking the **Next** button below. \ No newline at end of file +Learn more about how to use this powerful recording and playback feature by clicking the **Next** button below. diff --git a/docs/tutorials/building-your-first-bot.mdx b/docs/tutorials/building-your-first-bot.mdx index 56e6050..01eb70a 100644 --- a/docs/tutorials/building-your-first-bot.mdx +++ b/docs/tutorials/building-your-first-bot.mdx @@ -25,8 +25,8 @@ Download the BossRoom sample from the [official GitHub repository.](https://gith :::info Note that there are some limitations of the package that may not work with your game. For instance, our framework -works best with the New Unity Input System and games that use standard UI canvas elements and game objects. Learn -more about these limitations in our [Gameplay Session recording docs](/gameplay-sessions/gameplay-sessions-getting-started#known-limitations). +works best with games that use standard UI canvas elements and game objects. Learn +more about these limitations in our [Gameplay Session recording docs](/gameplay-sessions/gameplay-sessions-getting-started). :::