mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-13 07:58:59 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0ee8ec6385 | ||
|
930d25a4f6 |
@ -255,7 +255,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
|||||||
var action = ObjectRule(key, changer, value);
|
var action = ObjectRule(key, changer, value);
|
||||||
action.Inverted = _computeContext.Observe(changer, c => c.Inverted);
|
action.Inverted = _computeContext.Observe(changer, c => c.Inverted);
|
||||||
|
|
||||||
if (changer.gameObject.activeInHierarchy) info.currentState = action.Value;
|
if (changer.gameObject.activeInHierarchy ^ changer.Inverted) info.currentState = action.Value;
|
||||||
|
|
||||||
if (info.actionGroups.Count == 0)
|
if (info.actionGroups.Count == 0)
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nadena.dev.modular-avatar",
|
"name": "nadena.dev.modular-avatar",
|
||||||
"displayName": "Modular Avatar",
|
"displayName": "Modular Avatar",
|
||||||
"version": "1.11.5",
|
"version": "1.11.6",
|
||||||
"unity": "2022.3",
|
"unity": "2022.3",
|
||||||
"description": "A suite of tools for assembling your avatar out of reusable components",
|
"description": "A suite of tools for assembling your avatar out of reusable components",
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user