Skip to content

Instantly share code, notes, and snippets.

View sindrijo's full-sized avatar
💭
"There's no point being alive if you can't do deadlift."

Sindri Jóelsson sindrijo

💭
"There's no point being alive if you can't do deadlift."
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sindrijo on github.
  • I am sindri (https://keybase.io/sindri) on keybase.
  • I have a public key ASAQwm6z46MssAZc_bJHWWz5EfAmAWEQYahyf1a9g9-U_go

To claim this, I am signing this object:

@sindrijo
sindrijo / UnityTypeSupport.cs
Last active January 30, 2020 09:23
Json.Net JsonConverter for Unity3D types
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json.Linq;
using UnityEngine;
internal static class UnityTypeSupport
{