Author: 0xc2877b05cfe462e585fe3de8046f7528998af6f1
Update Status: On Time
Project Health: On Track
Introduction
VLM’s SDK7 Integration is now available for testing!
Highlights
Hope everyone is enjoying their weekend, and had a nice Thanksgiving holiday for those in the US.
I’m proud to announce that the first alpha version of VLM for SDK7 is now available for testing! I am going to get to work on adding the documentation for installing the SDK7 package to docs.vlm.gg, but thankfully the steps are very similar to the SDK6 installation, and in fact are even simpler.
Please note that for this initial release, giveaway claim points and moderation features are not yet functional. These will be added in the next update, as I thought it would be worthwhile to release an early version with the most commonly used functionality as soon as possible.
To install VLM in your SDK7 scene:
- Open your SDK7 project in Visual Studio Code
- Open the Decentraland SDK7 extension
- Click the
+
in the dependencies section - You will be prompted to “Enter the name of the package”
- Type
vlm-dcl@sdk7
and hit Enter - Add your scene id to your
scene.json
file like this:
"vlm": { "sceneId": "YOUR-SCENE-ID" },
(your scene id can be found in the “Settings” tab of your scene after creating a scene at https://vlm.gg)
Blockers
No blockers - VLM is moving into the stage of delivering further functionality that was not included in the scope of the original proposal.
Next steps
Next step will be adding giveaway claim points and moderation features to the SDK7 integration, as well as other new features and enhancements.