Skip to content

HKMP hotfix release v0.2.2

Compare
Choose a tag to compare
@Extremelyd1 Extremelyd1 released this 20 Mar 15:36
· 416 commits to master since this release

Hotfix release of HKMP.

There were some relatively large issues in the latest release. This hotfix release aims to resolve some of those. The UDP update thread was blocking proper exit of the application, thus every time you wanted to exit the application it would hang (not relevant for Linux users). All occurrences of user IDs are now using ushort in line with the packets. There was an issue with the event system of the UI that would block certain inputs. This event system is now disabled in non-gameplay scenes, thus this should at least no longer happen in the main menu. Lastly, there was an issue with text rendering, some text would be ill-formatted due to Unity's CharacterInfo returning false information if the text was not rendered before.
There is also a new feature, an info box that displays players connecting and disconnecting from the server. These messages will disappear after some time and are capped so it doesn't flood the screen.

Features since previous release:

  • Info box that displays connection related messages