decentraland / creator-hub

MIT License
0 stars 4 forks source link

Clearer error message when spawn points are wrong #173

Open nearnshaw opened 1 year ago

nearnshaw commented 1 year ago

A common error is to set a spawn point as a combination of numbers and arrays, like x: [1, 3], y: 1, z: [1, 3]

The error message you get when this happens is very unclear, and you don't know where to look. It doesn't point you to look in the spawn points or even in the scene.json.

Image