Skip to content

Commit

Permalink
🐛 fix: Fix FloatMultiValueDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Aug 20, 2021
1 parent 4c14097 commit 211bfe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Assets/InariUdon/Driver/FloatMultiValueDriver.asset
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ MonoBehaviour:
Data: 55|UdonToolkit.HideIfAttribute, UdonToolkitRuntime
- Name: methodName
Entry: 1
Data: '@!findTargetFromChildgit staren'
Data: '@!findTargetFromChildren'
- Name:
Entry: 8
Data:
Expand Down
2 changes: 1 addition & 1 deletion Assets/InariUdon/Driver/FloatMultiValueDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class FloatMultiValueDriver : UdonSharpBehaviour
[HideIf("@!writeProgramVariables"), HideIf("@findTargetFromChildren"), ListView("ProgramVariable Targets")] public UdonSharpBehaviour[] behaviours = {};
[HideIf("@!writeProgramVariables"), HideIf("@findTargetFromChildren"), ListView("ProgramVariable Targets"), Popup("programVariable", "@behaviours", true)] public string[] variableNames = {};
[HideIf("@!writeProgramVariables"), HideIf("@findTargetFromChildren"), HideIf("@!sendEvent"), ListView("ProgramVariable Targets"), Popup("behaviour", "@behaviours", true)] public string[] eventNames = {};
[HideIf("@!writeProgramVariables"), HideIf("@!findTargetFromChildgit staren")] public Transform behaviourParent;
[HideIf("@!writeProgramVariables"), HideIf("@!findTargetFromChildren")] public Transform behaviourParent;
[HideIf("@!writeProgramVariables"), HideIf("@!findTargetFromChildren")] public bool useFind;
[HideIf("@!writeProgramVariables"), HideIf("@!findTargetFromChildren"), HideIf("@!useFind")] public string findPath;
[HideIf("@!writeProgramVariables"), HideIf("@!findTargetFromChildren")] public string variableName;
Expand Down

Large diffs are not rendered by default.

0 comments on commit 211bfe5

Please sign in to comment.