Skip to content

Releases: zestylife/EuNet

1.2.0

Choose a tag to compare

@zestylife zestylife released this 20 Feb 14:04
  • Modified to be .net7 compatible

1.1.20

Choose a tag to compare

@zestylife zestylife released this 25 Jan 00:49

Fix SyncVector3 sync error
PeriodicSyncMethod can be modified
Modify DefaultSyncTime

1.1.19

Choose a tag to compare

@zestylife zestylife released this 14 Dec 07:10
  • Fix pooling bug at CallSelfNotification

1.1.18

Choose a tag to compare

@zestylife zestylife released this 09 Dec 08:14
  • Fixed an error that internal processing was not possible when an exception occurred in OnConnected and OnClosed events.
  • Fixed ReadByteArray serialize error.
  • Modified so that it can be easily viewed in Unity Console when logging Exception in UnityDebugLogger.

1.1.17

Choose a tag to compare

@zestylife zestylife released this 09 Dec 01:16

Fix editor script error when installing from UPM.

1.1.16

Choose a tag to compare

@zestylife zestylife released this 25 Nov 03:30
  • Fix namespace problem in CodeGenerator

1.1.14

Choose a tag to compare

@zestylife zestylife released this 25 Nov 00:22
  • Add hint for AOT compile in CodeGenerator (Generic classes)

1.1.13

Choose a tag to compare

@zestylife zestylife released this 24 Nov 07:01
  • Add network sync types.

1.1.12

Choose a tag to compare

@zestylife zestylife released this 23 Nov 05:06
  • Fix checksum problem at relayed ACK.
  • Fix exception when disconnected from server.
  • Modified possible for setting custom client option.

1.1.11

Choose a tag to compare

@zestylife zestylife released this 20 Nov 06:17
  • Add document with XML comments
  • Remove unnecessary samples