I just purchased this asset and the first thing I am attempting to do is hook it up to CreativeSpores Super Colliders Character Controller. I am attempting to call a method that takes an enum as a value, and in the graph I have made the connection, however, no matter what I select the enum variable says “Mixed…”, and at runtime the value is completely incorrect. Is there something I am missing?
Yes it is a bitwise enum. However, when I select a single value let us say “Left”, it shows as Mixed in the FlowGraph. Which is fine. However at runtime, the value is not “Left” it is actually the value of another enum such as “Up”. Hope this makes sense…