Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 364 Bytes

EDITOR.md

File metadata and controls

9 lines (5 loc) · 364 Bytes

Adding Textures

In order to serialize a texture, it needs to bee compressed in a compatible format[1] and accesible by the Decentraland Editor’s code.

Every time you import a texture, make sure to edit it’s properties on the Inspector.

Edit Texture

[1] Compatible formats: ARGB32, RGBA32, RGB24, Alpha8 on one of the float formats.