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

Unity 5.6 support #9

Open davidhatten opened 7 years ago

davidhatten commented 7 years ago

HI, I'm using this with Unity 5.6 and a few things don't seem to be working on Region elements.

1) BackgroundColor doesn't seem to do anything 2) Width does.... a minor thing, but not much. Setting two regions 25%/75% with a group in each (and a button in each group) causes them to mostly overlap.

image

You can tell that there's a second button further to the right (I added more text to get it to be distinct, it'll show up even with shorter text). Funny enough, that's in the region that's defined on the Region with Alignment="Left" and Width="25%"

Not sure what else doesn't work, this is just what I've noticed.