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

Erro when add package from git URL

Open Qiming0303 opened this issue 1 year ago • 3 comments

Hi Borbas,

Thanks for the amazing polygon operations! I am a green hand on unity. I would love to try this great library EPPZ. But it seems that directly download the [Unity.Library.eppz-master.zip] or add the depository by URL at unity package manager is not working. I keep getting this erro(picture). Is that because I do not have the MIT licence?

image

Thanks agian and looking forward to your reply!

Kind regards, Qim

Qiming0303 avatar Nov 20 '23 14:11 Qiming0303

Hi Borbas,

Great, I have already tried several functions. Thanks for the great depository! Now I know this is not a unity package and can not be imported by package manager. I made a double check about the download zip file and found most subfolder is empty. After follow the git command, I succusfully can use the namespace of EPPZ.Geometry.

Now the only thing is, unity keep reminding me of missing namespace related to the following scripts.

image

like this; image

Do you know how to fix that? Is it because the Triangle.NET folder in my computer is empty?

Looking forward to your reply!

Kind regards, Qim

Qiming0303 avatar Nov 20 '23 22:11 Qiming0303

Need to pull all submodules, with Clipper and Triangle.NET

Linuxmodel avatar Jun 04 '24 05:06 Linuxmodel