I’m partly working in an offline environment and have problems opening/copying projects that depend on packages like com.unity.postprocessing@3.1.0 or com.unity.settings-manager@1.0.3
How can i move these files with my projects and where do i have to copy them into?
I copied the folders from my internet connected machine that have all the packages from AppData\Local\Unity\Cache\packages.unity.com\ and tried to put them into the same folder on my offline-device but unity didnt recognized them and said missing dependencies.
Then i tried putting them directly into the PackagesCache folder inside “Library”, but whenever i opened the project in unity, unity automatically deleted the additional folder i put into.
It is generally a very bad idea to work completely offline, but if you want, you can try to put all the packages in the <project folder>/Packages. This is a “manual package” folder, which means Unity won’t touch these. This also means you will have to manually update them as needed.