Skip to content

Instantly share code, notes, and snippets.

View housei's full-sized avatar

Yoshida Housei housei

  • CyberAgent, Inc.
  • Tokyo/Japan
View GitHub Profile
@housei
housei / CustomUnityMainThreadDispatcher.cs
Last active March 3, 2018 20:50
Unity2017.3 aws lambda sdk error
//
// original code is UnityMainThreadDispatcher.cs
// https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Core/Amazon.Runtime/Pipeline/_unity/UnityMainThreadDispatcher.cs
//
using Amazon.Runtime.Internal.Transform;
using Amazon.Runtime.Internal.Util;
using Amazon.Util;
using System;
using System.Collections;
using System.Collections.Generic;
@housei
housei / TypeRegisterPlugin.cs
Last active November 12, 2015 08:13
uFrame1.6 custom types
using System;
using System.Collections.Generic;
using Invert.Core;
using Invert.Core.GraphDesigner;
using Invert.IOC;
// This code is not working properly !
// Repeated uFrame graph "Save & Compile" It does not work properly .
public class TypeRegisterPlugin : DiagramPlugin
{