modular-avatar/Runtime
bd_ 8d3da50b37
feat: MA Shape Changer (#863)
* chore: migrate Scale Adjuster to NDMF preview system

* feat: MA Shape Changer

* chore: update NDMF dependency

* fix: unit test failure
2024-06-03 09:52:08 +09:00
..
ArmatureAwase chore: fix compile warnings (#853) 2024-05-13 07:47:14 +09:00
Icons chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Menu chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
ScaleAdjuster feat: MA Shape Changer (#863) 2024-06-03 09:52:08 +09:00
UI change: MA Info is now a normal editor window (#850) 2024-05-13 05:19:55 +09:00
Util fix: potential null reference exceptions from ProxyManager (#750) 2024-03-09 18:08:38 +09:00
Activator.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
Activator.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ArmatureAwase.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
assembly-info.cs feat: add UI to show parameter usage (#773) 2024-03-14 21:33:44 +09:00
assembly-info.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
AvatarObjectReference.cs chore: use ndmf Avatar Root api where applicable (#482) 2023-10-15 18:44:53 +09:00
AvatarObjectReference.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
AvatarTagComponent.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
AvatarTagComponent.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Icons.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MAAssetBundle.cs chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MAAssetBundle.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MAMoveIndependently.cs feat: MA Shape Changer (#863) 2024-06-03 09:52:08 +09:00
MAMoveIndependently.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
Menu.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarBlendshapeSync.cs add HelpURL Attribute (#491) 2023-10-11 20:40:26 +09:00
ModularAvatarBlendshapeSync.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarBoneProxy.cs fix: Erros in Unity 2022 due to GetBoneTransform (#550) 2023-12-12 19:49:32 +09:00
ModularAvatarBoneProxy.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarMenuInstallTarget.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
ModularAvatarMenuInstallTarget.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarMenuItem.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
ModularAvatarMenuItem.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarMergeAnimator.cs feat: add merge blend tree component (#572) 2023-12-22 17:17:40 +09:00
ModularAvatarMergeAnimator.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarMergeArmature.cs fix: bones whose name exactly matches prefix+suffix incorrectly match their parent (?) (#724) 2024-03-03 19:19:53 +09:00
ModularAvatarMergeArmature.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarMergeBlendTree.cs chore: Fix non-VRChat support (#650) 2024-02-12 14:59:23 +09:00
ModularAvatarMergeBlendTree.cs.meta feat: add merge blend tree component (#572) 2023-12-22 17:17:40 +09:00
ModularAvatarMeshSettings.cs add HelpURL Attribute (#491) 2023-10-11 20:40:26 +09:00
ModularAvatarMeshSettings.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarParameters.cs fix: MergeDirectBlendTree overwrites animator default parameters with zeroes (#689) 2024-02-22 18:30:24 +09:00
ModularAvatarParameters.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarPBBlocker.cs add HelpURL Attribute (#491) 2023-10-11 20:40:26 +09:00
ModularAvatarPBBlocker.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarReplaceObject.cs add HelpURL Attribute (#491) 2023-10-11 20:40:26 +09:00
ModularAvatarReplaceObject.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarShapeChanger.cs feat: MA Shape Changer (#863) 2024-06-03 09:52:08 +09:00
ModularAvatarShapeChanger.cs.meta feat: MA Shape Changer (#863) 2024-06-03 09:52:08 +09:00
ModularAvatarVisibleHeadAccessory.cs add HelpURL Attribute (#491) 2023-10-11 20:40:26 +09:00
ModularAvatarVisibleHeadAccessory.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ModularAvatarWorldFixedObject.cs add HelpURL Attribute (#491) 2023-10-11 20:40:26 +09:00
ModularAvatarWorldFixedObject.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
nadena.dev.modular-avatar.core.asmdef opti: perf improvements for armature lock (#714) 2024-03-03 17:34:48 +09:00
nadena.dev.modular-avatar.core.asmdef.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
RuntimeUtil.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
RuntimeUtil.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ScaleAdjuster.meta fix/reimplement: scale adjuster results in infinite loops sometimes (#677) 2024-02-18 20:21:26 +09:00
TestComponent.cs chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
TestComponent.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
UI.meta feat: improvements to armature tracking (#665) 2024-02-17 19:20:08 +09:00
Util.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00