-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use assembly definitions #161
Comments
Found related issue #101, but I can't see asmdef in package preview\import window. |
Dissonance doesn't ship with asmdefs at the moment as not everyone uses them in their project and they're a bit inconvenient in that case. Instead we've made sure that it's relatively easy to add asmdefs to Dissonance if you need them - check out the instructions on how to add asmdefs here. |
I should mention that #101 (when we made this decision) was almost a year ago. We'll probably add asmdefs to the package in the near future, as more and more people are using them. |
I've tried to use the instruction but looks like it doesn't work anymore as excepted It's only one example, as a workaround I can change accessor modified to public in this case, but it requires a lot of work after upgrade to a new version. |
I'll investigate this soon and (hopefully) it'll all be fixed up by the next release :) |
With Dissonance 6.4.3 we've added assembly definitions to Dissonance. |
Hi, It would be nice to have assembly definitions (https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html) for the main project (Dissonance) and for integration as well. Do you have any plans to implement it?
Thank you!
The text was updated successfully, but these errors were encountered: