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

Support building Unity Source Externally to Unity #67

Open
andreiborodin opened this issue Nov 22, 2019 · 2 comments
Open

Support building Unity Source Externally to Unity #67

andreiborodin opened this issue Nov 22, 2019 · 2 comments

Comments

@andreiborodin
Copy link
Contributor

There was an ask to have the following scenario:

  • A Unity project that references an MSBuild project
  • The MSBuild project compiles a source file that depends on Unity concept
    • This source file isn't compiled by Unity
  • The output of this MSBuild is brought into Unity

Support for this could be as minimum as setting up a proper sample based on existing capabilities, or we can look into doing something more here.

Hacked up sample is #61, request originated in #44.

@loic-lopez
Copy link

Thanks for supporting this feature, I have another question:

Do you think is it possible to have a directory next to the asset folder named for example CustomUnityBuild which references UnityEngine or other Unity namespaces?

example:

UnityProject\Assets\ CustomUnityBuild\.src

to ->

UnityProject\CustomUnityBuild

which output the dll in UnityProject\Assets\Plugins\...

@andreiborodin
Copy link
Contributor Author

Yeah, you should be able to move the project in that example to anywhere under "UnityProject"

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