Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

[SOLVED] Cannot see embedded packages in Project inspector

Discussion in 'Package Manager' started by alkaitagi, Feb 15, 2020.

  1. alkaitagi

    alkaitagi

    Joined:
    Dec 8, 2016
    Posts:
    87
    I've been following Unity's guide on creating embedded packages and so far everything has been great. However, my only problem is that I cannot see my packages in Project window along with other non-embedded ones. The scripts and other files are there in the Packages folder and I can view and edit them in my IDE. How do I make them visible in Unity?

    upload_2020-2-15_10-37-10.png
     
  2. alkaitagi

    alkaitagi

    Joined:
    Dec 8, 2016
    Posts:
    87
    Resolved the issue by deleting
    type
    property from my package.json and adding
    "hideInEditor": false
    .
     
    davidrochin likes this.