Initial Commit
This commit is contained in:
commit
13767d3f40
160 changed files with 51070 additions and 0 deletions
12
MenuIconRemover/Runtime/MenuIconRemover.cs
Normal file
12
MenuIconRemover/Runtime/MenuIconRemover.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
using UnityEngine;
|
||||
|
||||
namespace gay.lilyy.MenuIconRemover
|
||||
{
|
||||
public class MenuIconRemoverConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
||||
{
|
||||
public string[] exclude = new string[0];
|
||||
public bool removeOnPc = false;
|
||||
public bool removeOnQuest = true;
|
||||
}
|
||||
}
|
||||
11
MenuIconRemover/Runtime/MenuIconRemover.cs.meta
Normal file
11
MenuIconRemover/Runtime/MenuIconRemover.cs.meta
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ea0737bf428fc824ebd1a12ae92b06f6
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
14
MenuIconRemover/Runtime/MenuIconRemoverRuntime.asmdef
Normal file
14
MenuIconRemover/Runtime/MenuIconRemoverRuntime.asmdef
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "MenuIconRemoverRuntime",
|
||||
"rootNamespace": "",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4713dd3cf2e7fa34cbc6bbb6fef3c7d0
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Add table
Add a link
Reference in a new issue