Is it possible to browse through the files downloaded in a package so I can embed them in my project? For example, are the files available on my local machine somewhere, or in a GitHub repository?
Specifically, I would like to copy a shader included in ProBuilder so I can modify it and use it.
Hi @MantisClay ,
This is a feature that we will expose in 2018.2. All root packages will be visible in the project browser.
In the meantime, you can find the source code for the package in the cache.
macOS: /Users/<your username>/Library/Unity/cache/packages/packages.unity.com/<package name>
Windows: ```C:\Users<your username>\AppData\Local\Unity\cache\packages\packages.unity.com<package name>/ICODE]
Regards,
Pascal```[/B]
1 Like