mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update ReadmeEditor.cs
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
|
||||
@@ -42,7 +39,7 @@ public class ReadmeEditor : Editor {
|
||||
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()
|
||||
{
|
||||
var ids = AssetDatabase.FindAssets("Readme t:Readme");
|
||||
|
Reference in New Issue
Block a user