[h1]HUD Update:[/h1] If you have been playing Unturned for a long time then you know that the menus and HUD have rarely changed. And at first glance that is still the case. Nevertheless there has been a major rewrite of the UI systems which has released with this update. I always find it annoying when software changes the UI for seemingly no reason, so preserving the existing (albeit questionable) appearance, design, and functionality was a top priority. Across the board the menus and HUD should look and feel "better". Some players will notice a performance boost: in particular the compass, hotbar, and map overlay were optimized. Rich text in the chat fades out properly. Crosshair animations finish properly. Tons of Mac and Linux bugs have been fixed (e.g. the wonky gamma on Mac). Lots (but not all) of the UI spaghetti code has been untangled. On the technical side: prior to this update the game was still using IMGUI from Unity 4. Unity replaced IMGUI with uGUI in 2014-2015, and are now even planning to replace uGUI with "UIElements". With this in mind I decided to abstract the underlying Unity UI implementation, so it will be easy to integrate UIElements once it is stable. I had been wanting to upgrade from IMGUI for years, but with the amount of work required it kept getting pushed down the road. In the end if took one month of refactoring, and then one month of intermittent development on the beta branch. [h1]Update Changelog:[/h1] [b]Added:[/b] [list] [*]Events for vehicle locking/unlocking and local driver. [*]Valid_Speed_Horizontal for modded vehicles with speed the server cannot predict e.g. force applying components. [/list] [b]Changed:[/b] [list] [*]Whitespace and newlines are trimmed from start and end of sign text. [*]Swimming while snowing with Snow_Affects_Temperature disabled no longer causes freezing damage. [*]Clamp item drop multipliers for enemies to prevent huge values (100+) from stalling the game. [/list] [b]Fixed:[/b] [list] [*]AI problems with unbaked navmeshes in the level. [*]Dialogue with message-response pairings out of bounds. [*]Display of custom item action text and tooltips. [*]Warning for rocket launcher firing sound. [*]Spinning while leaning to glitch nearby inventory through wall. [*]Workzone highlight camera defaulting to enabled. [*]Default value of Allow_Horde_Beacon should have been enabled. [*]Box-selecting objects without gameobjects in devkit. [*]Moving devkit objects in and out of regular level bounds. [*]Potential cleanup bug causing gun effects to be claimed by two guns at once. [*]Placing items in object windows after the transform hierarchy optimizations. [*]Selecting the sky in workzone mode after the transform hierarchy optimizations. [*]Improper handling of BOM/preamble in dat files. [*]Gap in cliff near PEI lighthouse. [*]Several gaps in Germany caves. [/list] [h1]Patch #1 Changelog:[/h1] This patch prioritized all the game-breaking bugs that had been reported so far, as well as some color preference issues that made the HUD look really bad. Rest assured that there will be a 2nd patch relatively soon addressing the minor issues like alignment differences and inconsistencies. I know there has been some negative feedback like "I hate this update!", but chances are that the issue was unintentional or will be adjusted based on your feedback, so if you dislike something please describe what it is. [b]Fixed:[/b] [list] [*]Unable to interact after re-joining a server after hovering player hint. [*]Background was visible for empty tooltips. [*]Hotkeys triggering while typing in inventory and sign text fields. [*]Cursor sorting behind some plugin UIs. [*]Gun HUD breaking when using a rangefinder. [*]Loading screen tip box not using background color preference. [*]Empty Steam inventory slots not using color preferences. [*]Inventory, crafting and skills backgrounds not using color preferences. [*]Non-item inventory headers not using color preferences. [/list] [h1]Patch #2 Changelog:[/h1] Remember in 2018 when the crafting buttons were split into two smaller buttons? (unpopular change) That was to workaround an issue with the nested checkbox. Thanks to the rewrite the smaller buttons can be merged back into the main button again. Thank you to everyone who has shared constructive feedback about the HUD issues so far. I will continue reading it, and there will be further refinements and improvements in the next patch/update. [b]Added:[/b] [list] [*]"Enable_Fade_Out" text chat option to preferences. Defaults to true. [/list] [b]Changed:[/b] [list] [*]Small crafting buttons merged back into main button like good old times. [*]Inventory headers scale to match scroll view width. [*]Darkened oxygen bar to make text more legible. [*]Server name and listing use preferred color. [*]Interaction hint uses preferred color except for items and vehicles. [/list] [b]Fixed:[/b] [list] [*]Updating crafting list after inventory/state changes. [*]Dragging items onto eachother to swap them. [*]Minimum handle size for large scroll boxes. [*]Vertical alignment of '+' buttons on server screen. [*]Horizontal alignment of in-game groups menu. [*]Padding inconsistency in crafting list. [*]Chat field is cleared after send. [*]Alignment of columns when server list scrollbar is hidden. [*]Variety of elements using white rather than preferred color. [*]Debug camera asccending/descending while typing in chat. [*]Potential fix for flashing / random sprites in UI. [*]Dragging item into scroll region of inventory should drop it. [*]Debug FPS / ping text spacing. [*]Performance of editor objects list. [*]Right-clicking enumeration buttons to cycle backward. [*]Appearance and group menus not updating on character load. [/list]