forked from Shardstone/trail-into-darkness
Some renaming and added more settings
This commit is contained in:
@@ -8,7 +8,7 @@ using UnityEditor;
|
||||
using UnityEngine;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace InspectorToolkit {
|
||||
namespace Jovian.InspectorTools {
|
||||
public static class AutoFindUtil {
|
||||
public static void Search(AutoFindAttribute autoFindAttribute, SerializedProperty property, bool autoAddIfMissing = false) {
|
||||
Type propertyType = EditorSerializationUtility.GetTypeFromProperty(property);
|
||||
|
||||
Reference in New Issue
Block a user