preset generator

This commit is contained in:
Lillith Rose (Device: Lucia) 2025-08-18 16:38:40 -04:00
parent 95b05f9a14
commit e58dde30e2
13 changed files with 437 additions and 0 deletions

View file

@ -0,0 +1,21 @@
using System.Collections.Generic;
using UnityEngine;
using VRC.SDK3.Avatars.ScriptableObjects;
using VRC.SDKBase;
namespace gay.lilyy.PresetGenerator
{
[System.Serializable]
public class PresetParameter {
public string name;
public VRCExpressionParameters.ValueType valueType;
public float setTo;
public bool shouldChange = false;
}
public class ParameterPreset : MonoBehaviour, IEditorOnly {
public string Name = "New Preset";
[HideInInspector] // custom inspector
public List<PresetParameter> Parameters;
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 708f2c2e0c8172048b9c1f1b19705dc6
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,16 @@
{
"name": "PresetGeneratorRuntime",
"rootNamespace": "",
"references": [
"VRC.SDK3A"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View file

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: d3fbd56666ff1ee4da8101d622364046
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: