This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
{ |