Hi! I get the following error when I try and build my Unity project targeting Windows store. I know its flow canvas causing this as I created an empty project, builds fine, then import flow canvas from the store and I get this error when I try and build:
Unfortunately this is a known Unity bug with Widows Store Apps, when using a certain name (OnMouse_X) in on-MonoBehaviour scripts.
To “fix” this, please find and delete these two FlowCanvas files from the project:
MouseAgent2DEvents.cs
MouseAgentEvents.cs
Please let me know if deleting these two files allows you to build correctly.
Thank you.