Skip to content

Instantly share code, notes, and snippets.

View gastrop0d's full-sized avatar

Ryan Wheeler gastrop0d

  • Melbourne, Australia
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;