📘
DG Live
  • Introduction
    • 📗Introduction
  • Getting Started
    • 📗Getting Started
  • Marketplace
    • ⛏️Create a New NFT Collection
    • ⛏️Mint an Item in the Collection
    • 👮Metadata Standards
    • 💲Royalty Management
    • 🛍️Buying an item
    • 🛒Selling an item
  • Business Manager
    • 📗Getting Started
    • ⚙️Overview
    • 👱‍♂️Profile
    • 🏠Scenes
      • Scene implementation code
      • Scene Panorama
      • Scene Marketplace
        • Slots
        • Market panorama
      • Scene Scheduling
      • Scene Groups
      • Sharing a Scene
      • Deleting a Scene
    • 📈Market Analytics
    • 🔌API Auth
    • 📘API Reference
  • Developer Resources
    • 📊Marketplace Plugin
    • 🛒Marketplace SDK
      • ⚙️Installation
      • 📪Basic usage
    • 🌐Metaverse SDK
      • Basic Usage
      • Advanced Usage
    • 🔌API Reference
      • Marketplace Methods
      • Business Manager API
    • 📔Smart Contract Reference
      • Methods
        • Buy
        • Sell
        • Cancel
        • BuyForGift
        • isActive
        • getPrice
      • Events
        • Buy
        • Sell
        • Cancel
        • BuyForGift
  • Tutorials & Resources
    • 🏪Creating a metaverse store
      • Creating a Decentraland Scene
      • Create an account on the business manager
      • Place an item for sale
    • 🙌Sample Scene
  • Use Cases
    • ⏯️Exploring Use Cases
    • 🎨Digital Art Gallery in the Metaverse and Web
    • 🖥️NFT Gaming Platform
    • 🎮Virtual Concert Experience
    • 👔Fashion Industry and Virtual Avatars
Powered by GitBook
On this page
  • Overview
  • How to interact with Scene Panorama
  • Media content
  • Copy Link
  • Endpoint
  • Edit
  • Joystick
  • Variables
  • Copy link
  • Edit
  1. Business Manager
  2. Scenes

Scene Panorama

PreviousScene implementation codeNextScene Marketplace

Last updated 2 years ago

Overview

Scene Panorama allows you to view and manage your scene, showing all of your created banners and variables in one place, making it easy to get an overview of your metaverse NFT store's layout, design and behaviour.

How to interact with Scene Panorama

  1. Click on the Scenes tab in the Business Manager dashboard.

  2. Choose which scene you wanna access to.

  3. Click on Scene Panorama button.

Media content

The idea behind media content is to give the user the possibility of uploading custom images with it's corresponding metadata and being able to change that information later on in real time, without the necessity of touching code after the initial integration.

Once you have created your first record, you will have several options available

Copy Link

When you click this option, you will get on your clipboard the address of the image you just uploaded. If you change the media content of this record, the URL will remain the same.

Endpoint

If you click this button, you will get on your clipboard the url of a custom endpoint that reflects the current status of the record. You can then use this information to customize your scene.

Edit

You can edit endpoints partially or totally update the data for each item in the images column

Joystick

You can use this option to visually move your media resource across the scene. Just scan the QR with your mobile device or click on "View in browser" and start moving your content around!

Variables

Variables in the DGLive dashboard can be retrieved via API endpoints. The main purpose of this, is to assign values to certain entities you wish to control directly from this dashboard and that will affect the scene.

Copy link

This option will copy to your clipboard a URL that takes you to a custom JSON endpoint for this specific object. The current value of this variable will show on the endpoint, thus you can use it to customize your scene.

Edit

You will be able to update your variable and all of the changes will reflect on the endpoint previously described in real time

🏠
Example of how the Scene Panorama should look like