Closed kbobnis closed 2 years ago
As far as I see i need to add this to the upm branch as well, right?
Nevermind my last comment, I saw the CI workflow.
Hey mate, thanks for this awesome contribution! <3
Hi @jdnichollsc
now, the asmdef file is being properly found and I can add it to my project.
But there is a problem with the sample project.
When I import the package, it says:
Library\PackageCache\com.proyecto26.restclient@8a6bc7c6ae\Sample\MainScript.cs(48,15): error CS0117: 'RestClient' does not contain a definition for 'CleanDefaultHeaders'
My question is: Why only this definition is not found? Maybe the dll needs to be regenerated?
I'm not sure because dlls are being removed in the pipeline for Sample project 🤔
Let's move conversation to another PR I created: #205
asmdef file is needed to link in a unity project that uses asmdef files.