Publisher | Iriska |
---|---|
File size | 352.75kB |
Number of files | 39 |
Latest version | 1 |
Latest release date | 2017-10-17 06:18:23 |
First release date | 2017-10-17 06:18:23 |
Supported Unity versions | 2018.4.2 or higher |
Network Framework Base on UNet LLAPI v1.0
A set of stream like byte array utilities, Design to disassembly custom data structure into data stream and assembly incoming data stream into specific custom data structure. This asset meant to make data transfer between client and server or between two unity instance in an easy, convenient and efficient way.
Features:
1. Full source code access.
2. Works with unity which support UNet LLAPI.
3. Byte array utility set works with any version of Unity theoretically.
4. Disassembly custom packet into byte array for network transfer.
5. Assembly incoming data stream into specific custom packet.
Data types shown below are able to define in a custom packet:
a. byte
b. short
c. int
d. Int64
e. float
f. bool
g. string
h. other custom packet
i. List of type a-h.