Skip to content

Releases: mrbeardy/BeardyGridLayout

1.0.1

08 Mar 14:39
Compare
Choose a tag to compare

UIExtensions ReorderableLists were previously failing, potentially due to it working with UGUI's GridLayoutGroup type directly. This release changes our class to inherit from UGUI's, and only changes the areas that need changing.

This fixes the issue, but also cuts down a lot of unneeded code, and also allows us to reuse the Editor provided by UGUI.

1.0.0

07 Mar 12:49
a32a8e1
Compare
Choose a tag to compare
Update Readme with pictures of the problem and fix