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

Missing dependencies #1

Open
FullStackForger opened this issue Feb 27, 2018 · 3 comments
Open

Missing dependencies #1

FullStackForger opened this issue Feb 27, 2018 · 3 comments

Comments

@FullStackForger
Copy link

FullStackForger commented Feb 27, 2018

Error I am getting after importing your library.

Assets/Plugins/eppz!/Geometry/Scenes/Controllers/Controller_1.cs(33,10): error CS0246: The type or namespace name `SegmentLineRenderer' could not be found. Are you missing an assembly reference?
@FullStackForger FullStackForger changed the title Missing libraries Missing dependencies Feb 27, 2018
@erasta
Copy link

erasta commented Jun 28, 2018

@FullStackForger you can delete the folder Scenes and then it works.
Another option:
also import the https://github.com/eppz/Unity.Library.eppz.Lines repo to a sibling folder, as they are coupled.
you might also need to add the EPPZ_LINES define to the global definitions.
which is on player-settings/other-settings/scripting-define-symbols, separated by commas.

@Geri-Borbas
Copy link
Owner

Yap, sorry for that. I've never used it without the dependencies actually. I recommend to add the entire eppz! library, so scripting defines, and sibling libraries will just work fine.

@Geri-Borbas
Copy link
Owner

@erasta Thanks for the workaround, and the support. 😄

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

3 participants