Skip to content

2D Extras v1.3.0

Compare
Choose a tag to compare
@ChuanXin-Unity ChuanXin-Unity released this 12 Nov 07:47

[1.3.0] - 2019-11-01

Changed

  • [RuleTile] changed from using index to using position.
  • [RuleTile] Additional storage rule position.
  • [RuleTile] Delete DontCare rule.
  • [RuleTile] Rule list increased Extend Neighbor toggle. When selected, it will increase the rule range that can be set.
  • [RuleTile] No longer fixed to checking around 8 rules.
  • [RuleTile] RefreshTile() will refresh affected remote Tiles.
  • [RuleTile] Delete GetMatchingNeighboringTiles(), no longer get nearby Tiles in advance, the performance is affected. (may be changed to cache later)
  • [IsometricRuleTile] Rewrite.
  • [HexagonalRuleTile] Rewrite.
  • [LineBrush] Fix for Tiles disappear after selection and drag with LineBrush
  • [RuleTile] Add MirrorXY Transform Rule