Skip to content

Commit

Permalink
Update README.md and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
uurha committed Dec 25, 2022
1 parent f39d67c commit ea281c9
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
7 changes: 7 additions & 0 deletions LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,20 @@ The theoretical size is 64 bytes where the actual serialized size is 69 bytes. T

# V. Conclusion
The custom serializer provides a smaller size rather than Binary Formatter or JsonUtility serializing. However, there are limitations that it can be inconvenient to have wirte all serialize methods for every custom types which are supposed to be serialized and does not support nested types. Nevertherless, if serializing simple custom types with primitive types and sending it to the network frequently, this custom serializer would help.

## Install

[![openupm](https://img.shields.io/npm/v/com.ms-lima.photonserializer?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.ms-lima.photonserializer/)

Add scoped this registry.
```json
"scopedRegistries": [
{
"name": "MS-LIMA",
"url": "https://package.openupm.com",
"scopes": [
"com.ms-lima"
]
}
]
```
7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.ms-lima.photonserializer",
"displayName": "Unity Photon Serializer",
"version": "0.3.1",
"displayName": "Photon Serializer",
"version": "0.3.2",
"unity": "2018.3",
"description": "This archive provides custom type registering method with script and compares the difference with other serialization methods.",
"author": {
Expand Down

0 comments on commit ea281c9

Please sign in to comment.