fix: Add plugin path to Importer.cs
To solve importing texture from plugin if plugin is not in package folder. Not sure if this is the best way to handle the path
It's not guaranteed to the be the folders file name. Just searching all of "Assets" might be better.
I'm currently working on a unified single package that has unity packages for each pipeline version that installs all the relevant shaders and materials into the assets folder. So I'll leave this pull request up as it has some implications for that.
@soupday How is the unified version going? I am really interested in this as we have now standard pipline and working on URP version. So this would help a lot. Willing to test
We can close this ticket I guess as using it as a package should be fine
@soupday How is the unified version going? I am really interested in this as we have now standard pipline and working on URP version. So this would help a lot. Willing to test
Unified version is up for testing: https://github.com/soupday/ccic_unity_tools_all/releases if you want to try it.