Skip to content

Releases: mrbeardy/BeardyGridLayout

Release list

1.0.1

Choose a tag to compare

@mrbeardy mrbeardy released this 08 Mar 14:39

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

Choose a tag to compare

@mrbeardy mrbeardy released this 07 Mar 12:49
a32a8e1
Update Readme with pictures of the problem and fix