> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/en/creator/game-maker/version-notes-and-changelogs/game-maker-0.8.md).

# Game Maker 0.8

### 0.8 UPDATE OVERVIEW <a href="#id-0.8-update-overview" id="id-0.8-update-overview"></a>

Get ready for more **multiplayer**, dynamic **lighting**, improved **logic** tools, immersive **environment controls**, and brand-new **ways to explore**.

This update includes a range of **optimisations**, **multiplayer upgrades**, new **Behaviours** and **Components**, Avatar **controls**, and User **Interface changes**, as well as a new ***Drafts Gallery*****&#x20;filter** to find shared experiences fast!

{% embed url="<https://youtu.be/fS_kf9oz84A>" %}

### :high\_brightness: HIGHLIGHTS <a href="#tl-dr" id="tl-dr"></a>

{% hint style="danger" %}
0.8 is a **transitional build** to migrate existing Experiences for compatibility with new 0.8 features. Read the [<mark style="color:red;">**WARNINGS**</mark>](https://sandboxgame.gitbook.io/the-game-maker-academy/patch-notes/game-maker-0.8#warning-read-before-you-start) to learn how it may impact existing builds.
{% endhint %}

{% hint style="info" %}
Game Maker 0.7 and Game Maker 0.8 will coexist for a short time to migrate 0.7 content, learn to use the new features, and prepare for updates beyond 0.8.
{% endhint %}

​To ensure the impact of this update is limited, it introduces new functionalities while retaining some older Behaviours and Components that will eventually be removed once ported in future updates.

**🤸‍♀️ UPDATED Movement and Collision** **sync** 🚗

* **​**[**Synchronization**](#synchronization) - Behaviours and Components with state changes, such as movement, collision, or visibility, will now be experienced simultaneously by ALL players in a multiplayer experience.
* **​**[**Behaviour and Component List**](#sp-mp-list) *- This includes updates to the Basic Platform Behaviour*, *Door Behaviour*, *Bird Behaviour*, *Pickable Component*, *Collectable Component*, and more.

Learn more: [Build Singleplayer & Multiplayer Logic](/en/creator/game-maker/docs/build-singleplayer-and-multiplayer-logic.md)

🔥 **NEW** lighting and visual effect features 💡

* [**​Light Behaviour**](#light-behaviour) - Add colour, light, or darkness.
* **​**[**VFX Behaviour**](#visual-effects-vfx) - Enhance activities with a range of effects.
* **​**[**Weather Switcher Behaviour**](#weather-switcher) - Change night to day or winter to summer.
* **​**[**Post Processing Behaviour**](#post-processing-effects) - Create custom filters.

⏰ **NEW** time-based logic Behaviours ⏳

* **​**[**Timed Events Behaviour**](#timed-events) - Create timed-based messages
* **​**[**Crowd Events Behaviour**](#crowd-events) - Create multiplayer objectives.

🤔 **NEW** Logic Tools 🧩

* ​[**Logic Actor**](#logic-actors) that doesn’t add to experience face count.
* **​**[**Messages with Arguments**](#messages-with-arguments) for greater message control.
* **​**[**Actor Property Behaviour**](#actor-property-switcher) to toggle Collision and Visibility states.

**🏊‍♀️ NEW** ways to explore as an Avatar 🏃‍♂️

* **​**[**Swim**](#swimming) through all liquid blocks
* **​**[**Crouch**](#crouching) and sneak around
* **​**[**Crawl**](#crawling) through small spaces
* **​**[**Slide**](#sliding) on surfaces
* [**Wear Equipment**](/en/players/player-guide/inventory-equipment-and-stats.md#own-your-look-change-your-strengths) in social experiences

**📺 NEW** [**Video**](#video-streaming) and [**Audio**](#audio-streaming) streaming capabilities 🔊 *(limited access)*

### ⚠ WARNING ⚠: READ BEFORE YOU USE 0.8! <a href="#warning-read-before-you-use-0.8" id="warning-read-before-you-use-0.8"></a>

#### COMPATIBILITY <a href="#compatibility" id="compatibility"></a>

When opening a 0.7 save file, the ported Behaviors will be automatically upgraded to the new version while keeping the same configuration. They should work as closely as possible with the settings of the legacy version, minimizing the impact of this upgrade as much as possible.**IMPORTANT** **- Please read carefully!**

If you load an existing 0.7 and experience, apply new 0.8 Behaviours or Components build, and then save your experience, you **won’t be able to open it again in 0.7.**

#### FUNCTIONALITY <a href="#functionality" id="functionality"></a>

‘Alternative’ functions and use cases different from what each Component and Behaviour was originally designed for shouldn’t be considered features and won’t necessarily be maintained in the new versions.

Support and bug fixing won’t be provided to the legacy versions of Behaviors and Components that have been ported. Support will only be provided to the new versions and to the legacy Behaviours that aren’t yet ported on 0.8.

#### PUBLISHING (*PARTNERS AND STUDIOS*) <a href="#publishing-partners-and-studios" id="publishing-partners-and-studios"></a>

If you intend to release your experience before Q3 2023, **DO NOT update your 0.7 experience to 0.8.**

Live events will keep running on 0.7 for a few months, so if you update to 0.8, the experience will be ineligible to appear in a live event.

If you are unsure of the risks to your existing work, don't open 0.7 experiences on 0.8.To avoid any issues, we recommend the following:

* Not saving your current (already existing) experiences on the 0.8 build.
* Not keeping both 0.7 and 0.8 builds installed on your computer.

If you have taken the necessary steps to protect your existing work, and you understand the risks, we encourage you to start building, testing, and experimenting with these features, with the knowledge that future updates will further change functionality and workflow as more Behaviours and Components are ported.

### 🌟 0.8 HIGHLIGHTS <a href="#id-0.8-highlights" id="id-0.8-highlights"></a>

While this update as a whole introduces a heap of new features and functionality and a lot of smaller tweaks and improvements across the board, here is a list of some of the key features we are most excited to share with you.

* **​**[**Multiplayer​**](/en/creator/game-maker/docs/build-singleplayer-and-multiplayer-logic.md)
* **​**[**Lighting/ VFX​**](#light-behaviour)
* **​**[**Avatar Controls​**](#avatar-controls)
* **​**[**Logic Enhancements​**](#logic-enhancements)
* [**​UI Upgrades**](#ui-updates)**​**
* **​**[**Streaming**](#streaming) *(limited access)​*

### 🌏 MULTIPLAYER <a href="#multiplayer" id="multiplayer"></a>

Multiplayer improvements are by far the biggest changes with 0.8.

#### SYNCHRONIZATION <a href="#synchronization" id="synchronization"></a>

Multiplayer now supports greater synchronisation for Behaviours and Components that control and change the ‘*position*’ or ‘*state*’ of objects and the environment.

This means when objects move, or a change to the environment occurs, every player can see those changes simultaneously.

For example, the Basic Platform Behaviour was previously only usable in solo experiences, but now it has been ported to multiplayer, and the movement and collision of the actor it’s attached to will be synchronized for ALL players.

These changes in synchronized state changes open up new ways to set challenges and provide access to different areas of an experience.

#### ENVIRONMENT SPLIT <a href="#environment-split" id="environment-split"></a>

Not all Behaviours and Components are compatible with multiplayer, so to address this, the 0.8 update includes a **Client Only \[SP]** and **Synchronized \[MP]** split for Behaviours and components.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2F4ndRe8DCIUppkN8sRYEt%2FBehaviour_Split_01.png?alt=media&#x26;token=783b42ef-7a05-4201-a425-a2157604f0f1" alt=""><figcaption></figcaption></figure>

**LEFT**: *Client-Only* Behaviours&#x20;

**RIGHT**: *Syncronized* Behaviours

**Single Player \[SP]** Behaviors and Components work ‘***locally***’, meaning messages sent and received by them will only be sent to or received from other ‘local’ Behaviours and Components.

The resulting changes in the experience will only occur for an individual player, even in a multiplayer experience.**Multi-player \[MP]** Behaviors and Components work ‘***globally***’, meaning every message exchanged between actors happens for ALL players.

ALL players will be able to see the state changes that come as a result of those messages.

#### SP/ MP LIST <a href="#sp-mp-list" id="sp-mp-list"></a>

The Client Only \[SP] Synchronized \[MP] split almost doubles the options to consider when applying a Behaviour or Components.

To understand exactly which ones have changed and when they can be used, take a look at the chart below\.Because this update is transitional, not ALL Behaviours, Components, and Tools in the Game Maker have been ported to full synchronization.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2Ftk2fFoJr7zE6shlXH5HX%2FBEHAVIOUR%20%2B%20COMPONENT%20SPREADSHEET.JPG?alt=media&#x26;token=1d00d2b3-ce0d-47eb-99b4-40cfbcb35395" alt=""><figcaption></figcaption></figure>

A list of the ported, new, and legacy Behaviours and Components.Multiplayer doesn’t have built-in combat yet, and there is no multiplayer-compatible Health Component, and as a result, some legacy Behaviours built around dealing with damage and combat, like Citizen, Farmer, and Melle Enemy, have not been ported.

The legacy Behaviours and Components in the table above have been marked in grey and labelled NOT compatible with MP Experiences. These should not be used in Multiplayer experiences.Click the link to learn more about [**Multiplayer Logic**](/en/creator/game-maker/docs/build-singleplayer-and-multiplayer-logic.md).

### 💡 LIGHTING <a href="#lighting" id="lighting"></a>

The 0.8 update brings a whole new way to customise the look and feel of an experience.

As in film and photography, lighting and special effects have the ability to change how a scene is perceived, and now, with some powerful new tools, the same results can be achieved in the Game Maker.

#### WEATHER SWITCHER <a href="#weather-switcher" id="weather-switcher"></a>

The [**Weather Switcher Behaviour**](#weather-switcher) can be used to customize the ambience of an environment by adjusting the global settings for light colour and intensity.

It even offers the ability to shift day to night and change the size of the sun and moon.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2F9nARuCyzgCZitCPgGT1Q%2FWEATHER_Switcher_Day%20and%20Night.gif?alt=media&#x26;token=3ac4a9f9-f34c-4d6c-926b-028e85b52623" alt=""><figcaption></figcaption></figure>

Fading between multiple custom Weather Switcher Behaviours.

#### LIGHT BEHAVIOUR <a href="#light-behaviour" id="light-behaviour"></a>

The [**Light Behaviour**](/en/creator/game-maker/docs/components/display/light.md) provides a powerful tool for bringing colour, light, or darkness to specific areas of an experience.

This Behaviour uses a Point Light for lighting in all directions or a Spot Light for a targeted cone of light, and each can have its Intensity, Range, and Falloff adjusted.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2Fzsd4O2IfMlK99EFfHPxD%2FNEW%20BEHAVIOUR_LIGHTS_Reduced.gif?alt=media&#x26;token=83cd751f-0a4d-4950-b81f-c7350f1aa031" alt=""><figcaption></figcaption></figure>

Adjusting the position and colour of the Light Behaviour on a Logic Actor.

#### POST-PROCESSING EFFECTS <a href="#post-processing-effects" id="post-processing-effects"></a>

Creating a unique look for experiences is now possible with the [**Post Processing Effects Behaviour**](/en/creator/game-maker/docs/behaviours/visual/post-process-effects.md).

This feature provides a range of premade options to filter the image for a player, as well as the ability to build your own using 'Custom'.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FaCBGIyqaVQmOrCvO2xhY%2FNEW%20BEHAVIOUR_PPE_01.gif?alt=media&#x26;token=438826a9-e5ae-4de9-8617-9f3577a98536" alt=""><figcaption></figcaption></figure>

Shifting between Preset Post Processing Effects. Custom effects can also be selected from the drop down.

Each effect completely changes how an experience looks and feels, and with the ability to add Custom filters, the possibilities are endless.

#### VISUAL EFFECTS (VFX) <a href="#visual-effects-vfx" id="visual-effects-vfx"></a>

The [**Visual FX Behaviour**](/en/creator/game-maker/docs/components/display/visual-fx.md) a range of ways to add stunning effects to a scene, such as snow, mist, and even lightning.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2F59ZLppegSXpez76zSpmy%2FNEW%20BEHAVIOUR_VFX_01.gif?alt=media&#x26;token=ac1a33ca-bf05-4365-9efe-369602884304" alt=""><figcaption></figcaption></figure>

There are also ways to adjust the variables of each VFX depending on its type, including **Global Scale**, **Colour**, **Brightness**, **Particle Velocity**, and **Area Scale,** to name a few.

### 🏃‍♀️ AVATAR CONTROLS <a href="#avatar-controls" id="avatar-controls"></a>

0.8 brings a whole new set of actions that can be performed by Avatars, providing a big shift in how an experience can be explored.

From **Swimming to Crouching**, **Crawling**, to **Sliding**, there are more types of motion and activity to consider when designing an experience.

#### SWIMMING  <a href="#swimming" id="swimming"></a>

Get ready to explore the world beneath the sea - Avatars can now SWIM when they connect with any Block defined as a liquid.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2Fd9Gr4Th5zGOxEAChUTkc%2FAVATAR_Swim_01.gif?alt=media&#x26;token=c6bad898-6001-4603-864e-5d35f447f935" alt=""><figcaption></figcaption></figure>

This new movement is disabled by default on existing, pre-0.8 experiences but enabled by default on new experiences created with 0.8.

#### CROUCHING <a href="#crouching" id="crouching"></a>

Avatars will now be able to sneak around by tapping the `C` key to make them crouch.

Because this changes the height of the Avatar, it opens up the possibility of entering new places with a lower ceiling.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FdC6Ak4oJJwPczqAIHKq4%2FAVATAR_Crouch_02.gif?alt=media&#x26;token=98b8844d-bebe-43d6-abf4-59eb6026fc11" alt=""><figcaption></figcaption></figure>

Unable to walk into the low entrance, but crouching by pressin \[C] makes it possible.

#### CRAWLING <a href="#crawling" id="crawling"></a>

Holding the `C` key down will make the avatar crawl on the ground.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FuhmdrIPMXM0ZuTv44XTo%2FAVATAR_Crawl_01.gif?alt=media&#x26;token=ee6ad0ab-271e-4a7b-a89e-c49f70bce852" alt=""><figcaption></figcaption></figure>

Can't pass by Walking or Crouching, but able to Crawl through by pressing and holding \[C].This movement, while slow, enables the Avatar to go through even smaller openings.

#### SLIDING <a href="#sliding" id="sliding"></a>

After sprinting, tapping the `C` key will make the Avatar drop to the ground and start sliding in the direction of movement.

The Avatar can slide through smaller openings than when crawling, but the movement has a short duration before the Avatar will resume standing.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FGR8MLfberb0EjXnoE39s%2FAVATAR_Slide_02.gif?alt=media&#x26;token=a905d039-5c5b-4e08-b099-b6dc993ec5ac" alt=""><figcaption></figcaption></figure>

Unable to walk, crouch or crawl through the sapce, but a run up and slide does the trick.When finished sliding, the avatar will start crawling or crouching if there is not enough space to stand.

#### SHEATHING <a href="#sheathing" id="sheathing"></a>

Tapping the `Z` key will make the Avatar sheathe or unsheathe its weapon and/or shield.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FA0wcw6M4BM4lcoETZiQP%2FAVATAR_Sheath.gif?alt=media&#x26;token=754c4be1-accf-4740-93a0-9af22ecc2aa6" alt=""><figcaption></figcaption></figure>

Tapping \[Z] to sheathe and unsheath. Clicking the \[LMB] to attack also unsheathes the weapon.When sheathed, the equipment is still equipped, so starting an attack will unsheathe the equipment automatically.

#### HEAVY ATTACK <a href="#heavy-attack" id="heavy-attack"></a>

There has also been an update to the Heavy Attack. After a short charge period, the Avatar will now lunge ahead, damaging any enemies it connects with along the way.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2Fa0CrtIGYvDhVwJ9wSNlp%2FAVATAR_Heavy%20Attack_02.gif?alt=media&#x26;token=7e305c31-47d9-4614-9118-d268dac2e9fa" alt=""><figcaption></figcaption></figure>

Clicking and holding the \[right mouse button] will result in a fully charged Heavy Attack.

### 🧠 LOGIC ENHANCEMENTS <a href="#logic-enhancements" id="logic-enhancements"></a>

0.8 introduces many new ways to organise your logic and improve your messaging systems. From specific **logic containers** to **timed triggers** and control over **message arguments**, there are more ways to bring an experience to life.

#### LOGIC ACTORS <a href="#logic-actors" id="logic-actors"></a>

**Logic Actors are** specially designed actors that don't add to the face count of a scene and, by default, have no collision or visibility.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FTSr2fqxOiMbxtjDIfHgJ%2FNEW%20ASSET_LOCIC%20_01.gif?alt=media&#x26;token=6b2852ae-03ae-4704-af7a-a3fafb5dc8bb" alt=""><figcaption></figcaption></figure>

Using the **Logic Actor** instead of **Assets** to house logic removes unnecessary geometry from the scene and improves performance, especially when dealing with complex logic chains.

The new Logic Actor is perfect for housing Behaviors and Components that don't need to be visible, like **Message Broadcasters**, **Weather Switchers**, **Lights** and **VFX**, **Timed Events** and **Crowd Events**.

#### TIMED EVENTS <a href="#timed-events" id="timed-events"></a>

0.8 introduces a new way to manage logic using custom time-based message triggers.

[**Timed Events Behaviour**](/en/creator/game-maker/docs/behaviours/basic-logic/timed-events.md) is a powerful new tool for creating environmental cycles, periodic logic checks, and dynamic quest mechanics.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FK5CtNGLkqSJhFM6y11XS%2FNEW%20BEHAVIOUR_TIMED%20EVENTS%20_01.gif?alt=media&#x26;token=9e0e25a2-26be-432f-bf4a-19a6a3a54a54" alt=""><figcaption></figcaption></figure>

A single Timed Events Behaviour sending different messages to trigger two Door Behaviours.

#### CROWD EVENTS <a href="#crowd-events" id="crowd-events"></a>

The [**Crowd Event Behavior**](/en/creator/game-maker/docs/behaviours/basic-logic/crowd-event.md) can be used to start a Multiplayer Event, which can be completed by reaching a certain amount of points and contributed to by ALL players within a defined area.

<figure><img src="/files/peHGbk6LNoaJF7Dfneei" alt=""><figcaption></figcaption></figure>

Points are received when players perform specific actions, and the progress of the event is tracked using a bar at the top of the screen.

#### MESSAGES WITH ARGUMENTS <a href="#messages-with-arguments" id="messages-with-arguments"></a>

0.8 brings a new set of ‘special’ messages called **Messages with Arguments** that can be used to alter the states of some actors in an experience.

These messages include **Audio Pause**, **Audio Play**, **AudioStop**, **LightColour**, **PostProcessFade**, and **WeatherFade,** and can be selected from the message drop-down menu of most Behaviours and Components.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FhUVelw9bKLJIxEEX1GdM%2FMessage%20Argument_LightFade.gif?alt=media&#x26;token=d0e6339f-4819-4526-af2a-6c800ae44f26" alt=""><figcaption></figcaption></figure>

The Message ***LightColour*** is used here to add a fade time and new colour to a Light Behaviour in the scene.

Messages with Arguments can be easily identified by their yellow text, and once clicked, they will provide further options to customize the effect they will have on ‘targeted’ actors.

#### **ACTOR PROPERTY SWITCHER** <a href="#actor-property-switcher" id="actor-property-switcher"></a>

[**Actor Property Switcher Behaviour**](/en/creator/game-maker/docs/behaviours/modifiers/actor-property-switcher.md) functions like a Message Broadcaster, specifically focusing on triggering state changes.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2Fzm66YTYP6EuVe08Nk3ou%2FLOGIC_Actor%20Property%20Switcher.gif?alt=media&#x26;token=0349d583-838c-48c5-8aea-dd5aac6dd8ab" alt=""><figcaption></figcaption></figure>

An Actor Property Switcher toggling Visibility AND Collision on and off on an actor with the Basic Platform Behaviour.

Depending on the desired result, the visibility and/or collision of actors can be changed permanently or toggled on and off, and the results will be synchronized for ALL players.

### 💻 UI UPDATES  <a href="#ui-updates" id="ui-updates"></a>

#### DRAFTS GALLERY FILTER <a href="#drafts-gallery-filter" id="drafts-gallery-filter"></a>

A new filtering tool has been added to the Game Maker Drafts tab, making it easier to find shared experiences.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FbP79NepO7aduOmTUeTaS%2FNEW%20DRAFT%20GALLERY_Filter.gif?alt=media&#x26;token=716c8c20-1aad-4164-ad89-d10f2950ed87" alt=""><figcaption></figcaption></figure>

Using the filter system in the Draft Gallery section of the Game Maker menu.

Use the search field to find a specific experience or choose from the drop-down items to refine your search based on Rating, Date, or Game Maker versions.

#### AVATAR INVENTORY  <a href="#avatar-inventory" id="avatar-inventory"></a>

The Inventory has been redesigned and reworked to support equipped items being displayed to all other players in a multiplayer experience.

The interface has also been updated to a classic slot-based approach, seen frequently in RPGs, where the Avatar, inventory, and item stats are displayed on the same screen.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2Fj7S8c1e8Zn0aYu4qKtBO%2FUI_Equipment.gif?alt=media&#x26;token=4e83f575-c922-4697-8926-1ae0975ff916" alt=""><figcaption></figcaption></figure>

Putting on equipment collected in game using the new interface.

Items collected in an experience are not carried from one experience to another.

#### UPDATED MENU <a href="#updated-menu" id="updated-menu"></a>

The new main menu has been released to make it easier for users to go back and forth from the Menu to the Main Menu screen.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2FD4ekLIyY2a40L9FIVzIG%2FUI_New%20Menu.gif?alt=media&#x26;token=0b5907cd-7824-4e6b-9004-94e8e0e16fd6" alt=""><figcaption></figcaption></figure>

### 📡 STREAMING <a href="#streaming" id="streaming"></a>

#### VIDEO STREAMING <a href="#video-streaming" id="video-streaming"></a>

This Behaviour can be added to a [**frame asset**](/en/creator/voxedit/docs/modeler/create-frame-assets.md) and enables video to be seen, played, paused, and stopped by all players and remains synchronized for all players.

Video used with this feature must be hosted remotely in either .mp4 or .m3u8 formats.

This Behaviour requires files to be hosted by The Sandbox, and for the moment, this is only available to partners and studios on a case-by-case basis.

Video Streaming **will become available to all creators** once a scalable method for hosting is made available, and best practices have been established to ensure adherence with content copyright policies.

<figure><img src="https://4251931498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO_j99BJEXK4zHqxgqS%2Fuploads%2Fv5pbYA0Zy7wlc2FMJ4BX%2FVideo%20Streaming_02.gif?alt=media&#x26;token=fa6900d0-9f73-47e3-bac8-902e156cb534" alt=""><figcaption></figcaption></figure>

#### AUDIO STREAMING <a href="#audio-streaming" id="audio-streaming"></a>

This Behaviour can be used to play audio in a multiplayer experience, and can be heard, played, paused, and stopped by all players and remains synchronized for all players.

Supports .mp3 or .ogg formats Hosted remotely Play, Pause, Stop controlled by messages.

This Behaviour requires files to be hosted by The Sandbox, and for the moment, this is only available to partners and studios on a case-by-case basis.

Audio Streaming **will become available to all creators** once a scalable method for hosting is made available and best practices have been established to ensure adherence with content copyright policies.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sandbox.game/en/creator/game-maker/version-notes-and-changelogs/game-maker-0.8.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
