UnityFSMCodeGenerator icon indicating copy to clipboard operation
UnityFSMCodeGenerator copied to clipboard

Interface name collision in generated code

Open justonia opened this issue 7 years ago • 0 comments

If you reference two identically named interfaces in different namespaces in your visual FSM the code generation will break right now. Just requires a fix to naming variables in the generated IContext class/interfaces.

justonia avatar Mar 01 '18 22:03 justonia