decentraland / unity-explorer

Apache License 2.0
8 stars 11 forks source link

unity-explorer

Explorer renderer

Submodule installation required

After checking out, remember to install and update the submodules by doing (git submodule update --init and git submodule update .)

Protocol Generation

Update protocol

To update the protocol to the last version of the protocol, you can execute the following commands:

cd scripts
npm install @dcl/protocol@next
npm run build-protocol

SDK7 Integration Progress

Components

In Progress

Completed

Runtime API

In Progress

Completed

Regenerate protocol

Just run:

cd scripts
npm run build-protocol

Test scenes

Add a new scene

To be able to select the scene at runtime

img.png

Control scene lifecycle

img_1.png

At the moment one scene can be active at a time. By default at startup no scene is launched.