https://github.com/xjine/unity_jsonutilitysample
https://github.com/xjine/unity_jsonutilitysample
sample unity
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xjine/unity_jsonutilitysample
- Owner: XJINE
- License: mit
- Created: 2016-08-19T05:14:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T10:56:20.000Z (over 8 years ago)
- Last Synced: 2025-02-08T22:28:13.751Z (over 1 year ago)
- Topics: sample, unity
- Language: C#
- Size: 75.2 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_JsonUtilitySample
Unity3D 標準の JsonUtility を使って、多様な型のフィールドを定義したオブジェクトを JSON 形式にシリアライズするサンプルです。
さらに、JSON 形式のファイルからデシリアライズします。
より詳細な情報は次のページを参照してください。
-[Unity JsonUtility によるデ/シリアライズと型の確認](http://neareal.com/2549/)
## ScreenShot
多様な型を定義し、JSON 形式にシリアライズ、デシリアライズします。
