├── .github └── workflows │ ├── call-build-repo-listing.yml │ └── release.yml ├── Editor.meta ├── Editor ├── AvatarParametersDriver.Editor.asmdef ├── AvatarParametersDriver.Editor.asmdef.meta ├── AvatarParametersDriverEditor.cs ├── AvatarParametersDriverEditor.cs.meta ├── AvatarParametersDriverPlugin.cs ├── AvatarParametersDriverPlugin.cs.meta ├── DisableGizmoIcons.cs ├── DisableGizmoIcons.cs.meta ├── DriveConditionPropertyDrawer.cs ├── DriveConditionPropertyDrawer.cs.meta ├── ParameterUtil.cs ├── ParameterUtil.cs.meta ├── Util.cs ├── Util.cs.meta ├── istring.cs └── istring.cs.meta ├── Icons.meta ├── Icons ├── AvatarParametersDriver.png └── AvatarParametersDriver.png.meta ├── LICENSE.txt ├── LICENSE.txt.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── AvatarParametersDriver.Runtime.asmdef ├── AvatarParametersDriver.Runtime.asmdef.meta ├── AvatarParametersDriver.cs ├── AvatarParametersDriver.cs.meta ├── DriveCondition.cs ├── DriveCondition.cs.meta ├── DriveSetting.cs ├── DriveSetting.cs.meta ├── IParameterNameAndTypesProvider.cs └── IParameterNameAndTypesProvider.cs.meta ├── docs~ └── AvatarParametersDriver.png ├── package.json └── package.json.meta /.github/workflows/call-build-repo-listing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/.github/workflows/call-build-repo-listing.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/AvatarParametersDriver.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/AvatarParametersDriver.Editor.asmdef -------------------------------------------------------------------------------- /Editor/AvatarParametersDriver.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/AvatarParametersDriver.Editor.asmdef.meta -------------------------------------------------------------------------------- /Editor/AvatarParametersDriverEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/AvatarParametersDriverEditor.cs -------------------------------------------------------------------------------- /Editor/AvatarParametersDriverEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/AvatarParametersDriverEditor.cs.meta -------------------------------------------------------------------------------- /Editor/AvatarParametersDriverPlugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/AvatarParametersDriverPlugin.cs -------------------------------------------------------------------------------- /Editor/AvatarParametersDriverPlugin.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/AvatarParametersDriverPlugin.cs.meta -------------------------------------------------------------------------------- /Editor/DisableGizmoIcons.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/DisableGizmoIcons.cs -------------------------------------------------------------------------------- /Editor/DisableGizmoIcons.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/DisableGizmoIcons.cs.meta -------------------------------------------------------------------------------- /Editor/DriveConditionPropertyDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/DriveConditionPropertyDrawer.cs -------------------------------------------------------------------------------- /Editor/DriveConditionPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/DriveConditionPropertyDrawer.cs.meta -------------------------------------------------------------------------------- /Editor/ParameterUtil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/ParameterUtil.cs -------------------------------------------------------------------------------- /Editor/ParameterUtil.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/ParameterUtil.cs.meta -------------------------------------------------------------------------------- /Editor/Util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/Util.cs -------------------------------------------------------------------------------- /Editor/Util.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/Util.cs.meta -------------------------------------------------------------------------------- /Editor/istring.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/istring.cs -------------------------------------------------------------------------------- /Editor/istring.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Editor/istring.cs.meta -------------------------------------------------------------------------------- /Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Icons.meta -------------------------------------------------------------------------------- /Icons/AvatarParametersDriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Icons/AvatarParametersDriver.png -------------------------------------------------------------------------------- /Icons/AvatarParametersDriver.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Icons/AvatarParametersDriver.png.meta -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/LICENSE.txt.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/AvatarParametersDriver.Runtime.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/AvatarParametersDriver.Runtime.asmdef -------------------------------------------------------------------------------- /Runtime/AvatarParametersDriver.Runtime.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/AvatarParametersDriver.Runtime.asmdef.meta -------------------------------------------------------------------------------- /Runtime/AvatarParametersDriver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/AvatarParametersDriver.cs -------------------------------------------------------------------------------- /Runtime/AvatarParametersDriver.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/AvatarParametersDriver.cs.meta -------------------------------------------------------------------------------- /Runtime/DriveCondition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/DriveCondition.cs -------------------------------------------------------------------------------- /Runtime/DriveCondition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/DriveCondition.cs.meta -------------------------------------------------------------------------------- /Runtime/DriveSetting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/DriveSetting.cs -------------------------------------------------------------------------------- /Runtime/DriveSetting.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/DriveSetting.cs.meta -------------------------------------------------------------------------------- /Runtime/IParameterNameAndTypesProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/IParameterNameAndTypesProvider.cs -------------------------------------------------------------------------------- /Runtime/IParameterNameAndTypesProvider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/Runtime/IParameterNameAndTypesProvider.cs.meta -------------------------------------------------------------------------------- /docs~/AvatarParametersDriver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/docs~/AvatarParametersDriver.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Narazaka/AvatarParametersDriver/HEAD/package.json.meta --------------------------------------------------------------------------------