/editor

VSCode extension for Decentraland

Primary LanguageTypeScriptMIT LicenseMIT

Decentraland Editor

The Decentraland Editor is a VSCode extension that includes the following features:

  • Create projects: Scaffold a new project of various types: scene, library, portable experience, and smart item.
  • Run scenes: preview your scenes within VSCode, or launch in a browser.
  • Debug scenes: set breakpoints, use the debugger to stop/resume execution, see and modify the values of the variables in the scope, step over or step into your code line by line.
  • Publish scenes: publish your scene to the world.
  • Manage dependencies: add, remove, and list the libraries and dependencies that your project is using.
  • Preview models: you will get an interactive preview when selecting a .gltf or .glb model.