GMesh icon indicating copy to clipboard operation
GMesh copied to clipboard

Invalid dependency

Open andybak opened this issue 2 years ago • 1 comments

"com.codesmile.core": "0.1.0",

I am guessing this is a local package in your dev project?

(Personally I'd recommend the main branch be a full Unity project containing any local dependecies and have a upm branch that's a valid package. I've always used this to handle that automagically: https://github.com/adrenak/upm-template )

andybak avatar Feb 27 '23 12:02 andybak

In case it's helpful for others - turns out that com.codesmile.core isn't neccesary. Copying this package over locally to Packages dir and editing the package.json fixed it. (I also deleted the tests which might be related)

andybak avatar Feb 27 '23 12:02 andybak