Skip to content

Instantly share code, notes, and snippets.

@kiyoaki
Created August 17, 2018 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiyoaki/337cd1e50c831c7d5b79a4ea85dc6a27 to your computer and use it in GitHub Desktop.
Save kiyoaki/337cd1e50c831c7d5b79a4ea85dc6a27 to your computer and use it in GitHub Desktop.
MessagePack-CSharp for Unity, code generation and copy cs files
cd "$(ProjectDir)"
xcopy /y "$(ProjectDir)*.cs" "{destination}"
mpc.exe -i "$(ProjectPath)" -o "{destination}\MessagePackGenerated.cs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment