Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Assets not being updated

Discussion in 'Editor & General Support' started by martingonzalezetermax, Jul 3, 2020.

  1. martingonzalezetermax

    martingonzalezetermax

    Joined:
    Dec 11, 2017
    Posts:
    24
    Hi everyone!
    We have a particularly workflow were we have our own package management (while we are migrating to official UPM).
    We install/update dependencies using npm, and we have a symlink to node_modules folder pointing to Standard Assets.

    Our problem is, for example, we update a package, something like a prefab, and when we update we need to do reimport of the folder because Unity does not detect like a date change or something like that.
    Anybody had that problem? or has a hint?

    Thanks!