Few questions about attributes

So i just started using playCanvas yesterday and i have a few questions about attributes that i cant find the answers to online.

  1. Is it possible to create a 2d array for atributes?

  2. How do you set default values for an array of textures?

  3. Can you create a attribute for objects? e.g. {name: , texture:}

Any answers to these questions would be appreciated.

  1. No

  2. Not that I’m aware

  3. No.

For these kind of things, I would suggest that you use JSON data instead as an intermediary data format.