All notable changes to this package are documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed that UICullingBehaviour causes a NullReferenceException, when the Component gets enabled without the Rect and/or Viewport being assigned already. Now it returns "not visible" for this case and no longer causes an exception.
- Fixed that
UICullingBehaviour.isVisible
returnstrue
when the rect/viewport width or height is 0.
- Fixed compile error when building a Player
- Public release