Skip to content

Instantly share code, notes, and snippets.

View MouseChannel's full-sized avatar

mousechannel MouseChannel

  • China Hangzhou
  • 17:47 (UTC +08:00)
View GitHub Profile
@koshelevpavel
koshelevpavel / ProtobufSerializerCheck.cs
Created August 30, 2019 16:55
protobuf-net and unity example
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using ProtoBuf;
using ProtoBuf.Meta;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
using Assembly = UnityEditor.Compilation.Assembly;