Skip to content

Instantly share code, notes, and snippets.

@MLTimK
MLTimK / RiderUnityIntegration.cs
Last active July 19, 2016 05:33 — forked from van800/RiderUnityIntegration.cs
Unity JetBrains Rider Integration
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using UnityEditor;
using UnityEngine;
using Debug = UnityEngine.Debug;