Search Unity

How to package up a sprite, its components, and animations for other projects

Discussion in 'Getting Started' started by krupps, Jan 29, 2019.

  1. krupps

    krupps

    Joined:
    Oct 17, 2017
    Posts:
    159
    I have several sprites I need to move between projects. Is there a way I can build a package some zip to automatically install all the components, sprites, animations, and scripts into another project?

    It's cumbersome to copy all the animations, link them up, and fit the components.

    Be nice if I could nuget it