Nicolas Earnshaw
Nicolas Earnshaw
Updating smart items manually doesn't scale. The process involves manually hunting down and deleting old versions of all items (based on just the thumbnail, the name is not visible), and...
When I export a scene from the Builder, the scene.json is full of very outdated fields that cause issues and confusion when trying to run with the SDK. See the...
# What? ... # Why? ...
Include the following info in the Linker Dapp, when signing to deploy a scene - **Total added size of all files in scene**. This is useful because it's common for...
When you attempt to deploy a scene that was built with the Builder, or that is at least 6 months old, it includes some additional parameters in the scene.json that...
`dcl info` used to be able to fetch info on parcels, estates or player addresses looks like parcels no longer work See this doc for the intended behavior: https://docs.decentraland.org/market/info-from-land/ for...
Limit the size of individual files when deploying. No file of any extension can weigh more than **50 MB**. Although the total scene has a limit of 15 MB per...
The library you create by default when doing `dcl init` > Library is currently part of this repo. It should be in a separate repo, like we do for the...
When running `dcl start` display a warning if the scene's total file size exceeds the 15 MB per parcel limit Otherwise creators don't find out till they're trying to deploy,...
When creating a new library via `dcl init`, a nice feature would be to have the wizard promt you to provide a name for the library before creating it That...