Skip to content

Releases: zestylife/EuNet

1.2.0

20 Feb 14:04
Compare
Choose a tag to compare
  • Modified to be .net7 compatible

1.1.20

25 Jan 00:49
Compare
Choose a tag to compare

Fix SyncVector3 sync error
PeriodicSyncMethod can be modified
Modify DefaultSyncTime

1.1.19

14 Dec 07:10
Compare
Choose a tag to compare
  • Fix pooling bug at CallSelfNotification

1.1.18

09 Dec 08:14
Compare
Choose a tag to compare
  • 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

09 Dec 01:16
Compare
Choose a tag to compare

Fix editor script error when installing from UPM.

1.1.16

25 Nov 03:30
Compare
Choose a tag to compare
  • Fix namespace problem in CodeGenerator

1.1.14

25 Nov 00:22
Compare
Choose a tag to compare
  • Add hint for AOT compile in CodeGenerator (Generic classes)

1.1.13

24 Nov 07:01
Compare
Choose a tag to compare
  • Add network sync types.

1.1.12

23 Nov 05:06
Compare
Choose a tag to compare
  • Fix checksum problem at relayed ACK.
  • Fix exception when disconnected from server.
  • Modified possible for setting custom client option.

1.1.11

20 Nov 06:17
Compare
Choose a tag to compare
  • Add document with XML comments
  • Remove unnecessary samples