Unity.Library.eppz.Geometry icon indicating copy to clipboard operation
Unity.Library.eppz.Geometry copied to clipboard

Missing dependencies

Open FullStackForger opened this issue 6 years ago • 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 avatar Feb 27 '18 05:02 FullStackForger

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

erasta avatar Jun 28 '18 11:06 erasta

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 avatar Jun 28 '18 11:06 Geri-Borbas

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

Geri-Borbas avatar Jun 28 '18 11:06 Geri-Borbas