mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ReadmeEditor.cs
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
using System.Collections;
|
using UnityEngine;
|
||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
|
||||||
using UnityEditor;
|
using UnityEditor;
|
||||||
using System;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
@@ -42,7 +39,7 @@ public class ReadmeEditor : Editor {
|
|||||||
method.Invoke(null, new object[]{Path.Combine(Application.dataPath, "TutorialInfo/Layout.wlt"), false});
|
method.Invoke(null, new object[]{Path.Combine(Application.dataPath, "TutorialInfo/Layout.wlt"), false});
|
||||||
}
|
}
|
||||||
|
|
||||||
[MenuItem("Tutorial/Show Tutorial Instructions")]
|
[MenuItem("TEngine Tutorial/Show Tutorial Instructions")]
|
||||||
static Readme SelectReadme()
|
static Readme SelectReadme()
|
||||||
{
|
{
|
||||||
var ids = AssetDatabase.FindAssets("Readme t:Readme");
|
var ids = AssetDatabase.FindAssets("Readme t:Readme");
|
||||||
|
Reference in New Issue
Block a user