I’m getting this warning on the instance of the component the interaction is applied to:
“This interaction must swap from a variant to another variant within the same component set”
This is the instance where I see the warning:
And this is the main component with no warning:
The 6 conditionals all do the same thing, which is change the current variant to the only other variant within the same component using a number variable, if the condition is met on a different variable.
I’ve tried deconstructing the component and using a “Change To” instead of the “Set Variable” for each conditional action. Doesn’t seem to change anything. I’ve also tried changing the conditional to reference different variables.
Can’t figure this one out! Thanks all