Developer postOriginal post (opens in a new tab)

0.0.0.1.3.5.8 Patch Notes : Fixes for chest saving, fall damage, experimental

0.0.0.1.3.5.8 Patch Notes

- chest saving method fixes

- fall damage lowered, should be a good in between.

Experimental Patch Notes :

-Created Split item event and added the callback for it on the inventoryservercallbacks.
-Added a method to retrieve the state data of an slot and also added "Open action box" when right click.
-Created ActionBox and ToolTip UI.
-Created drop item with predefined parameters ( not only for drag out of screen drop ).
-Added split item method
-Added Action Box handle method to get all needed buttons and it will order that accordingly and position them as it should, that means that it wont put buttons it doesnt need to put there ( for example unstackable item wont have "split" button ) and position it accordingly..
-Added tool tip method to assign the name of that item and description and position it accordingly.
-Added support for different mouse clicks for the worldCursorinputModule ( right click, mid click and also left click where before it was only left click ).
-Fixed an issue with the world cursor where it would decrease accuracy over time
-Fixed an issue where the world cursor wont identify some UI some times
-Disabled multiple ui targets on the world cursor
-Replaced the world cursor detection method from ( On trigger enter ) to raycasts.( for better use ).
-Created an ActionBoxItem base class and added 3 basic actions ( Split, Drop and Use ).
-Updated treeManager.