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

Please add assembly definition #53

Closed
derwaldgeist opened this issue Jul 3, 2021 · 2 comments
Closed

Please add assembly definition #53

derwaldgeist opened this issue Jul 3, 2021 · 2 comments

Comments

@derwaldgeist
Copy link

We're referencing FancyScrollView from Unity's package manager instead of importing it into the Assets folder (i.e. the new recommended way).

Now we want to add Unit Tests to our project, which requires us to setup assembly definitions for our code. Which in turn requires us to reference any third party library in our .asmdef file.

However, this is only possible if the library itself contains an .asmdef file. We can add these for libraries in the Assets folder, but not for libraries in the package manager.

So I wanted to kindly ask you to provide an .asmdef file as part of the default library. Thanks.

@obx100
Copy link

obx100 commented Jul 3, 2021

Does FancyScrollView.asmdef is you need?

@derwaldgeist
Copy link
Author

derwaldgeist commented Jul 3, 2021

Never mind. Found it :-) Sorry for bothering and thanks for the super-fast response.

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