Skip to content
View ChrisDirkis's full-sized avatar
Block or Report

Block or report ChrisDirkis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ElevenDigest ElevenDigest Public

    Twitter email digest aggregator and sender

    Python

  2. AutoSave script AutoSave script
    1
    using System.Linq;
    2
    using UnityEditor;
    3
    using UnityEditor.SceneManagement;
    4
    using UnityEngine;
    5
    using UnityEngine.SceneManagement;
  3. CreateScriptableObjectInstance scrip... CreateScriptableObjectInstance script (removes the need for [CreateAssetMenu] attribute)
    1
    using System.IO;
    2
    using UnityEditor;
    3
    using UnityEngine;
    4
    
                  
    5
    namespace ChrisDirkis.Utility.Editor {
  4. VerySimpleServer VerySimpleServer Public

    Very simple HTTP server for C# apps, meant for small in-app servers.

    C#