Insanely huge initial commit

This commit is contained in:
2026-02-21 16:40:15 -08:00
parent 208d626100
commit f74c547a13
33825 changed files with 5213498 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,19 @@
fileFormatVersion: 2
guid: d56d6276f62057544ab456bfe1a8116b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences:
- pathHelper: {fileID: 11400000, guid: 201f759541954f944bc68499d84a6e17, type: 2}
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 201717
packageName: Modern UI Pack
packageVersion: 5.5.19
assetPath: Assets/Modern UI Pack/Editor/Scripts/ContextMenu.cs
uploadId: 628721

View File

@@ -0,0 +1,24 @@
#if UNITY_EDITOR
using UnityEngine;
using UnityEditor;
namespace Michsky.MUIP
{
public class InitMUIP
{
[InitializeOnLoad]
public class InitOnLoad
{
static InitOnLoad()
{
if (!EditorPrefs.HasKey("MUIP.HasCustomEditorData"))
{
EditorPrefs.SetInt("MUIP.HasCustomEditorData", 1);
EditorPrefs.SetString("MUIP.CustomEditorDark", AssetDatabase.GetAssetPath(Resources.Load("MUIP-EditorDark")));
EditorPrefs.SetString("MUIP.CustomEditorLight", AssetDatabase.GetAssetPath(Resources.Load("MUIP-EditorLight")));
}
}
}
}
}
#endif

View File

@@ -0,0 +1,18 @@
fileFormatVersion: 2
guid: b7ab3ee8e977e594387fbced988525d3
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 201717
packageName: Modern UI Pack
packageVersion: 5.5.19
assetPath: Assets/Modern UI Pack/Editor/Scripts/InitMUIP.cs
uploadId: 628721