Skip to content

3.3.8 `ArraySize` with range supports

Compare
Choose a tag to compare
@TylerTemp TylerTemp released this 06 Oct 12:59
· 342 commits to master since this release
  1. ArraySize allow to set range, implements #77
  2. If you have ListDrawerSettings enabled, the Add and Remove buttons will be disabled/enabled accordingly if you also have ArraySize
  3. Improve logic and fix some bugs for ListDrawerSettings for IMGUI
  4. Experimental GetByXPath fix predicates parsing
[ArraySize(1, 3), ListDrawerSettings] public int[] oneToThreeWithSettings;

image

Full Changelog: 3.3.7...3.3.8