FirstGearGames / FishNet

FishNet: Unity Networking Evolved.
Other
1.39k stars 149 forks source link

Unity math serializers #663

Closed viliwonka closed 6 months ago

viliwonka commented 6 months ago

Written serializers for Unity Mathematics types, almost all except Plane, which cannot be done (same named struct already exists).

Included test.

Requires adding defines to Fishnet.Runtime in order to enable code if Unity.Mathematics is present.

image