GenericGraph
GenericGraph copied to clipboard
Module fails to compile without Unity builds enabled
This manifested as very unexpected linker errors and the root cause was not obvious:
operator new(unsigned __int64)" (??2@YAPEAX_K@Z) already defined
A local writable file was getting knocked out of the Unity blobs and started to cause these issues. It would be nice to avoid the scare for anyone in the future by supporting traditional builds as well :)
Just hit this issue all over again lol Went to post about it and here it is, thanks previous me!
I've submitted a pull request #31 that should solve this issue.