ex-makina / marklight

MarkLight is a presentation framework for Unity that allows you to create scene elements in a language similar to HTML.
MIT License
75 stars 35 forks source link

Can't access nested items source for lists #10

Open crystalbyte opened 6 years ago

crystalbyte commented 6 years ago

Hi,

I have noticed that it seems impossible to bind the items property to a nested field. In short, this does not work:

<List Items="{Context.Runes}"></List>

I tried identifiying the issue but wasn't able to do so :( Is there a way to accomplish this ?