https://github.com/kou-yeung/messagepackcompiler
https://github.com/kou-yeung/messagepackcompiler
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kou-yeung/messagepackcompiler
- Owner: kou-yeung
- License: mit
- Created: 2017-03-16T17:24:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T17:51:30.000Z (about 8 years ago)
- Last Synced: 2025-01-19T15:18:57.144Z (4 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MessagePackCompiler
UnityEditor Extended for [MessagePack-CSharp](https://github.com/neuecc/MessagePack-CSharp)This Extended can call mpc.exe from UnityEditor Toolbar.
# How to use
1.Push MessagePackCompiler.cs into Editor folder.
2.UnityEditor Toolbar will show [MessagePack] when compiled.
3.[MessagePack] -> [Compile] to run compile.
4.The code will generated to "Message/Resolvers" foldernotice:
1.You need select where the mpc.exe at first time.
2.When path of mpc.exe was lose. you must select again.