Unity UI Extensions Bug Report
Describe the bug
There have been changes in 6000.6, ILayoutElement now has maxWidth and maxHeight fields that need to be implemented. UIPrimitiveBase does not implement those.
To Reproduce
- Open new 6000.6 project
- Import 3.0.0 package
- See error
Expected behavior
UIPrimitiveBase should implement new ILayoutElement fields, and deriving primitives should override those (maybe).
Actual behavior
Compilation errors
Screenshots
Your Setup
- Operation System:
- Unity Version: 6000.6.0f1
- Unity UI Extensions Version
Additional context
As a quick workaround those fields could return LayoutUtility.DefaultMaxSize;
Unity UI Extensions Bug Report
Describe the bug
There have been changes in 6000.6, ILayoutElement now has maxWidth and maxHeight fields that need to be implemented. UIPrimitiveBase does not implement those.
To Reproduce
Expected behavior
UIPrimitiveBase should implement new ILayoutElement fields, and deriving primitives should override those (maybe).
Actual behavior
Compilation errors
Screenshots
Your Setup
Additional context
As a quick workaround those fields could return LayoutUtility.DefaultMaxSize;