Merge pull request #44 from taoria/work-in-progress

Work in progress
main
taoria 3 years ago committed by GitHub
commit c46a2e9b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.md.meta
  2. 3
      TNodeGraphViewImpl/Editor/Cache/NodeEditorExtensions.cs

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: bdc12bee7bc1ac94faa1ed7d5e5a975c
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

@ -11,6 +11,7 @@ using TNodeGraphViewImpl.Editor.GraphBlackboard;
using TNodeGraphViewImpl.Editor.NodeGraphView;
using TNodeGraphViewImpl.Editor.NodeViews;
using UnityEditor;
using UnityEngine;
namespace TNodeGraphViewImpl.Editor.Cache{
/// <summary>
@ -276,6 +277,8 @@ namespace TNodeGraphViewImpl.Editor.Cache{
public class Launcher{
static Launcher(){
//Get version of the package
Debug.Log("TNode v0.01 is launched");
NodeEditorSingleton.Instance.Initialize();
}
}

Loading…
Cancel
Save