Quick Start
Last updated
Last updated
We recommend version 2020.3.18f from the Download Archive. Or get get latest 2020 LTS version with Unity Hub.
See official Unity documentation. Easiest way to start testing is choosing 3D Sample Scene (URP). We strongly advice to create a brand new project and importing assets (for example from exported .unitypackage) instead of converting the whole project.
Download and import latest Dreem.Creator plugin.
Place the file in your unity Plugins
folder.
Your unity scene is your world, you can build almost anything, with only some restrictions.
Make sure your spawn point is at 0,0,0
Using custom scripts.
Scene should not contain:
Custom tags or layers.
Using any built in unity component.
Only unity Components provided by Metaverse are allowed.
Create Dreem World by right clicking in project window Dreem->World.
Name your file.
Drag and drop your unity scene into scene
.
Click Build button.
Your build files will be located under newly created sub folder with name yourfilename.dreemworld and yourfilename.dreemworld.data
Your world can be both new realm and extension of existing one. To upload a new realm:
Visit Dreem Create subpage
Sign in with your Metamask wallet
Choose option Create Realm
Input world information, upload both yourfilename.dreemworld and yourfilename.dreemworld.data files and click Save Draft
To create a realm extension go to Realms webpage, select the realm you want to extend, go to extension tab and click create extension
Please read the explanation of fields included in creating realm/extension form
World/Extension name
Text
â
Name of the world/extension. Should contain from 3 to 160 alphanumeric characters.
Description
Text
â
Description of the world/extension. Should contain from 3 to 5000 alphanumeric characters.
Preview image
jpg
, png
, jpeg
â
Preview image of the world which will be shown on the website. Maximum file size is 3MB. Dimensions are 4 x 4 - 2048 x 2048
Preview video
mp4
, mov
, avi
, wmv
X
Preview video of the world which will be shown on the website. Maximum file size is 30MB.
World file
dreemworld
â
File containing world data (meshes, textures). Maximum file size is 50MB.
Data file
dreemworld.data
â
File containing world metadata. Maximum file size is 10MB.
Make your file Public
Toggle
â
If true
, world will be visible to all players and creators. If false
world will be visible and playable only by you (the creator). We advice test every level before publishing.
You are all done! Download and play Dreem to test your creations!