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

Propagate Unity context to external projects #80

Open
olga-microsoft opened this issue Dec 10, 2019 · 2 comments
Open

Propagate Unity context to external projects #80

olga-microsoft opened this issue Dec 10, 2019 · 2 comments

Comments

@olga-microsoft
Copy link

Propagate Unity context to external projects. My dependency references UnityEditor and when the dll is copied to the output folder, MSBuild breaks, so I have to manually remove it.

@andreiborodin
Copy link
Contributor

This is similar to the #67 issues, however, in that case the source lives outside of the Unity project but the C# project file has direct references to the current Unity project's generated files.

In this case, the C# project file has no references to any of the generated files of the current Unity project, but must be given the appropriate references to build.

@andreiborodin
Copy link
Contributor

This is also similar to having one Unity project references projects generated in another Unity project but using the former's data.

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

No branches or pull requests

2 participants