comparison src/main/csharp/jp.ac.u-ryukyu.ie.cr/jungle-main/persistent/msgpack/README.md @ 10:abe0c247f5a5

Add Network module. but, unComplete NetworkDefaultJungleTreeEditor.cs
author Kazuma Takeda <kazuma-arashi@hotmail.co.jp>
date Sun, 23 Oct 2016 07:40:50 +0900
parents
children
comparison
equal deleted inserted replaced
9:e6ad9016601c 10:abe0c247f5a5
1 # MessagePack for Unity
2
3 ## What is it?
4
5 This is MessagePack serialization/deserialization for Unity (or Unity Pro.)
6
7 This library is based on Kazuki's MessagePack for C#
8 (not the current official for CLI, because it depends on .NET framework 4.0.)
9
10 ## Install
11
12 To install this, copy files in src to Assets folder in your project.
13
14 ## See also
15
16 Official Library : https://github.com/msgpack/msgpack
17
18 Original C# Implementation : https://github.com/kazuki/msgpack
19
20 ## License
21
22 Copyright (C) 2011-2012 Kazuki Oikawa, Kazunari Kida
23
24 Licensed under the Apache License, Version 2.0 (the "License");
25 you may not use this file except in compliance with the License.
26 You may obtain a copy of the License at
27
28 http://www.apache.org/licenses/LICENSE-2.0
29
30 Unless required by applicable law or agreed to in writing, software
31 distributed under the License is distributed on an "AS IS" BASIS,
32 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33 See the License for the specific language governing permissions and
34 limitations under the License.