RealityStop / Bolt.Addons.Community

A community-driven project for extending Unity Bolt
MIT License
250 stars 34 forks source link

Query Unit Cannot be invoked in a Super Unit #34

Closed MasterSubby closed 3 years ago

RealityStop commented 3 years ago

Typically this is because there are private variables in use that needs to be shifted over to unit data so it is per-flow, rather than per unit instance.

(you probably already know this)

MasterSubby commented 3 years ago

Excellent. I'll look into it. I've actually never used the Data before.

MasterSubby commented 3 years ago

Fixed this because I didn't convert the flow to a new flow AsReference, when inside the lambda expressions.