- Home /
[2018.1] How do you access the contents of a package with the new Package Manager?
I'm trying to look into this project: https://github.com/keijiro/Voxelman
I have the linked version of Unity installed (2018.1.0b12) and the required packages in place. When I open the Package Manager window, they're all listed under installed packages, and are successfully used by the project (pressing play runs/displays everything correctly), but each show the version number 0.0.0 and the error "Manifest [...(PackageName)/package.json] cannot be found" even though those files do exist.
Furthermore, I can't see the contents of the packages anywhere in the Unity editor. For example, there's a package called "NeoLowMan-upm", which contains a low poly character model called "Neo.fbx", which is used in the project. However, I don't see that model listed in the Project window or anywhere else in Unity. Is this related to the error mentioned above? Is there normally a window that displays the contents of installed packages that I'm missing?
Your answer