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

Debugging Unity side of Projeny #51

Open
brunoleos opened this issue Jan 18, 2017 · 1 comment
Open

Debugging Unity side of Projeny #51

brunoleos opened this issue Jan 18, 2017 · 1 comment

Comments

@brunoleos
Copy link

I see Projeny is referenced through a dll. Is it possible to use it through the scripts, so that I could debug when needed? Which files would I need to add to the project?

@svermeulen
Copy link
Contributor

We used to support the option of having Projeny C# scripts directly in the project, but this was a maintenance headache since we are referencing some of the projeny scripts in the asset files and so it needs to be either in dll or not and not both

You can still debug it though even as a DLL. Just compile it in debug mode, then use UnityVS.

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