From 04093c64effde1b22f4bbb30a324f44f3f680893 Mon Sep 17 00:00:00 2001 From: Diogo de Andrade Date: Sat, 2 Nov 2024 21:08:36 +0000 Subject: [PATCH] Updated release notes --- ReleaseNotes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index fdd3a94..ff6e6ec 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,20 @@ # Release Notes +## V1.16.0 + +- Updated OkapiKit to Unity 6 (should work with previous versions) +- Added grid system + - Unity Grid component can have a Grid System component, that allows for the Okapi Kit to use it for grid-based actions and movement. + - Objects can now have a Grid Object component, that adds some functionality regarding grid based movement and actions like pushing + - Most Movement components have a Grid counterpart now that acts as the original, but adapted for grid-based movement + - New conditions that can test for Tiles or Tilesets at a specific position + - New Change Tile action that allows users to changes tilemaps during runtime +- Improved Path UI in general + - Numpad + now inserts points + - Paths and points can be selected directly from the scene view +- Fixed some bugs with error reporting with animators +- Added animator control on MovementXY component + ## V1.15.2 - 'Else' trigger on conditions and input will no longer throw an exception when an action is null