better param merger
This commit is contained in:
parent
b475edd583
commit
54c79328f6
13 changed files with 233 additions and 0 deletions
13
BetterParamMerger/Runtime/BetterParamMergerConfig.cs
Normal file
13
BetterParamMerger/Runtime/BetterParamMergerConfig.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using VRC.SDK3.Avatars.ScriptableObjects;
|
||||
|
||||
namespace gay.lilyy.BetterParamMerger
|
||||
{
|
||||
[AddComponentMenu("LillithRosePup/VRCExpressionParameters/Better Param Merger")]
|
||||
public class BetterParamMergerConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
||||
{
|
||||
public List<VRCExpressionParameters> parameterAssets = new List<VRCExpressionParameters>();
|
||||
}
|
||||
}
|
||||
|
||||
11
BetterParamMerger/Runtime/BetterParamMergerConfig.cs.meta
Normal file
11
BetterParamMerger/Runtime/BetterParamMergerConfig.cs.meta
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 592d18cd1923357478b77252c450ded9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "BetterParamMergerRuntimeAsmdef"
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 901acb251964b054b93b9c13e801eabd
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Add table
Add a link
Reference in a new issue