Geri-Borbas/Unity.Library.eppz.Geometry

Missing dependencies

Opened this issue ยท 3 comments

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 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.

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.

@erasta Thanks for the workaround, and the support. ๐Ÿ˜„