Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Failed to import custom package (package.json has no .meta file)

Discussion in 'Package Manager' started by SwingWren, May 29, 2020.

  1. SwingWren

    SwingWren

    Joined:
    Mar 1, 2014
    Posts:
    30
    Something has changed in the creation of unity custom packages? I'm not able to import this simple package (https://github.com/SwingWren/test-package) I get the error "Asset Packages/com.coolthing.hello-world/package.json has no meta file, but it's in an immutable folder. The asset will be ignored."

    I'm able to import packages that I've already created but not this one. Tried to delete package cache and library folder but doesn't seem to work.
     
    Zamaroht likes this.
  2. SwingWren

    SwingWren

    Joined:
    Mar 1, 2014
    Posts:
    30
    It seems that the problem was having *(Auto Backup)* in the .gitignore. Very hard to find the issue
     
    ROBYER1 likes this.