1.全阶段异步加载与AB包预加载2.node加载无效的问题依然存在
This commit is contained in:
10
Assets/Scripts/Editor/SOEditor.cs
Normal file
10
Assets/Scripts/Editor/SOEditor.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
[CustomEditor(typeof(Demo.ScriptableObject), true)]
|
||||
public class SOEditor : Convention.AbstractCustomEditor
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user