CodeSmile-0000011110110111 / GMesh

Mesh data for geometry editing, Unity Job System enabled. Similar to Blender's BMesh and BMeshUnity. Made to support "Mesh Graph", a node-based procedural geometry generator for Unity.
MIT License
41 stars 3 forks source link

Invalid dependency #2

Open andybak opened 1 year ago

andybak commented 1 year ago

"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 commented 1 year ago

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)