# v9.4.1

**Important Documents to Read**

* [Msquared Release Notes and Breaking Changes for v38](https://docs.msquared.io/creation/unreal-development/release-notes/release-notes-2) and all its hot fixes
* [ODK Breaking Changes](https://docs.otherside.xyz/documentation/breaking-changes/v9.4)

**Hotfix Reason**

* Fixed a issue where Morpheus arrays were not being correctly garbage collected when placed in the world causing a crash in PIE.

**New Features and Bug fixes in 9.4**

* Emotes now support sticker emotes which appear above the characters head.
* Msquared Platform v38.1.4 - Fixes a crash when using morpheus arrays where stale objects could persist incorrectly, leading to dangling pointer access
* Voyager 2.0 is now the default character
* General Bug Fixes including the following
  * Updates to emote SFX and footsteps SFX
  * Improved name & profile picture handling with ODK profile data.
  * Added loading state indicators and hit-testing fixes for better scrolling
  * Implemented all pending emote SFX and updated emote-related audio rules.
  * Ensured non-coop emotes only play non-footstep audio locally.
  * Closed the emote wheel automatically when joining/leaving bubbles.
  * Jump pads now trigger the somersault correctly


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.otherside.xyz/release-notes/releases/v9.4.1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
