mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-18 12:20:06 +08:00
76edc43aca
Add a new feature to generate animations for menu items automatically. Currently this only supports generating blend-tree based GameObject toggles.
9 lines
188 B
C#
9 lines
188 B
C#
using UnityEngine;
|
|
|
|
namespace nadena.dev.modular_avatar.core
|
|
{
|
|
[AddComponentMenu("Modular Avatar/MA Control Group")]
|
|
public class ControlGroup : AvatarTagComponent
|
|
{
|
|
}
|
|
} |