Hmm. If it is only one function call one solution (while keeping the way things are now with asmdef) would be to use reflection to call that method. It’s definitely not the best solution, but for one method call, it should be fine.
Another solution would probably be to move the nodes you have modified (and from which you make calls to your code) outside of the ParadoxNotion folder, but this is a bit messy.
A third solution would be to create an Assembly Definition for your code and reference one assembly to the other, but I don’t think it’s worth the effort doing that just for one method call.
Probably the first solution (using reflection) is best in this case.
Would that work for you at all?
Let me know. Thank you.
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.