May I suggest a simpler solution? You can add an asmdef on the root “ParadoxNotion” folder and as such have everything (both NC and FC) in an asmfdef. I don’t see any reason to separate into three different ones really 🙂
With that said, the issue you are facing is due to a partial class that lives in NodeCanvas as well as FlowCanvas folder, that being StyleSheet.cs . There is a ‘StyleSheet.FlowCanvas’ in the FlowCanvas folder which is partial to the ‘StyleSheet’ in the NodeCanvas folder. Probably that was a bad idea, but I just fixed that for the next version. In the meantime however, you can either move both StyleSheets files to exist in the same asmdef, or alternatively, simply use one asmdef in the root “ParadoxNotion” folder.
Let me know if that works for you.
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.