Some renaming and added more settings

This commit is contained in:
Sebastian Bularca
2026-03-29 19:16:39 +02:00
parent 71b432e253
commit 00c1764fdb
59 changed files with 149 additions and 183 deletions

View File

@@ -7,7 +7,7 @@ using UnityEditor;
using UnityEngine;
using Object = UnityEngine.Object;
namespace InspectorToolkit.EditorTools {
namespace Jovian.InspectorTools.EditorTools {
public static class MyGUI {
#region Colors

View File

@@ -7,7 +7,7 @@ using System.Reflection;
using UnityEditor;
using Object = UnityEngine.Object;
namespace InspectorToolkit.EditorTools {
namespace Jovian.InspectorTools.EditorTools {
public static class MySerializedProperty {
#region Collections Handling

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using UnityEngine;
namespace InspectorToolkit {
namespace Jovian.InspectorTools {
public static class MyCollections {
/// <summary>
/// Returns new array with inserted empty element at index

View File

@@ -1,7 +1,7 @@
using System.Linq;
using System.Text.RegularExpressions;
namespace InspectorToolkit
namespace Jovian.InspectorTools
{
public static class MyRegex
{