Questions tagged [decentraland-ecs]
6 questions
1
vote
0 answers
Clear or reset Decentraland's UIContainerRect
I created a custom UICreator class with the attribute lowerContainer that contains a button and I'm trying to remove it to put a new one, but the new button appears whithout remove the first one.
I tried to recreate the whole UI and also reset the…

franco
- 112
- 1
- 13
1
vote
0 answers
Decentraland project not starting properly
I am trying to run 'dcl start' command from the terminal. The Decentraland Preview webpage opens and terminal says 'Acquring comms connection'. But after that it gives the error below:
Oops, it seems the catalyst isn't working well. [HPM] Error…

Berke Tevik
- 11
- 1
1
vote
0 answers
dcl deploy : Build /scene in production mode failed
dcl deploy
secp256k1 unavailable, reverting to browser version
× Build /scene in production mode failed
Error: dcl deploy Error: Error while building the project, run "dcl help deploy" for more info.
I get this error whenever I run "dcl deploy".…

DUKE
- 11
- 1
1
vote
3 answers
Delaying actions using Decentraland's ECS
How do I make an action occur with a delay, but after a timeout?
The setTimeout() function doesn’t work in Decentraland scenes, so is there an alternative?
For example, I want an entity to wait 300 milliseconds after it’s clicked before I remove it…

nicosantangelo
- 13,216
- 3
- 33
- 47
0
votes
1 answer
Fire an event with Decentraland SDK
I'm trying to fire a custom event in my Decentraland scene. According with the docs, I just need to do something like:
const events = new EventManager()
events.fireEvent(new MyEvent(field1, field2))
So, following that example I'm trying to simulate…

franco
- 112
- 1
- 13
0
votes
2 answers
How do I build scenes for Decentraland as a beginner?
What approaches can I use, and what skills/documentation/tools do I need, to build scenes for Decentraland and put them on my land?
I have been playing around with the DCL Builder because probably the only thing I can really do. I find the Builder…

nathanthewise
- 11
- 2