decentraland / decentraland/builder
Builder downloaded scene.json file has obsolete sections that the SDK deploy disallows
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 91
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 31
Description
Build a scene in builder
Download it
Unzip the dowloaded zip into a new empty working directory.
In that directory, run `npm i`
Edit the scene.json to point the scene at parcels to which you have deployment rights
Run `dcl deploy`
// expected : it should work
// actual: it reports that there are unsupported properties in the scene.json file.
Contributor guide
Research direction
Start by building a scene, downloading and unzipping it, running `npm i`, and inspecting `scene.json` before `dcl deploy`. Trace where the downloaded scene data is generated and compare its sections with the properties accepted by SDK deploy; done means the edited scene deploys without unsupported-property errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100