Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module fails to compile without Unity builds enabled #24

Open
EmilianC opened this issue Nov 11, 2021 · 2 comments
Open

Module fails to compile without Unity builds enabled #24

EmilianC opened this issue Nov 11, 2021 · 2 comments

Comments

@EmilianC
Copy link

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 :)

@EmilianC
Copy link
Author

Just hit this issue all over again lol
Went to post about it and here it is, thanks previous me!

@ABTWG22
Copy link
Contributor

ABTWG22 commented Jul 12, 2023

I've submitted a pull request #31 that should solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants