World

A world is a playable environment in Resonite.
Revision as of 03:50, 3 November 2025 by Electra (talk | contribs)

A World is a playable environment in Resonite. It is equivalent to a level or a map in other game engines. A world is made up of a single Slot -- the Root slot -- and metadata, like the name and owner of the world.

There is also hidden neighboring slots and configuration files next to the root slot, but this is not normally seen to a regular user without a mod or using Ref Hacking.

Creating A World

Users can create new worlds from the Dash Menu. When saved, a world appears in the inventory as a World Orb. This can be spawned and interacted with to create a new Session running the world.

However, this World Orb is just a link to the world; the world itself is stored in the "My Worlds" category of the world's creator.

Once(Or before) you have created your world, head over to World creation basics to learn about what you can do with it.

Publishing A World

Worlds can be published using the World Publisher. To learn more, see Submitting Worlds

Other Features

Users can use a technique called Grab Smuggling, a way to transfer items across worlds.

Recovery Of Assets

When a world crashes and throws and exception, the world gets dumped to a file in the cache that contains the assets from that world. The reference to this is in the log file.

In the event this happens, you can often recover your items and assets by going to that log file(Typically '<computername> - <date>.log') and finding the line that may include 'dumped to:' and a file location, getting the .brson or .lz4bson entrie(s) to then after opening a new world, pasteing with ^C/^V, dragging the file directly into the resonite window or importing using the file browser.