You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 )
The text was updated successfully, but these errors were encountered:
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)
"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 )
The text was updated successfully, but these errors were encountered: