i’m new to unity and am being totally frustrated by this problem. so any advice would be helpful
so i have started a new project. but i want to import SOME of my previous assets. i export/import a package (with dependencies clicked) and it comesin with all it’s components missing. fine. thats actually no biggie. although annoying i can put them all back together. the problem comes in sprites and animations. replacing the scripts are fine. however i seem to be losing all the data in my sprite collections and my animation assets. replacing the named script does not help and it does not have the information for that particular instance. from my understanding this might have something to do with something called a library and metadata. but that’s about as far as my understanding goes. i do not know if i should be transferring the entire library file (will this not break my new projects links) and do not know how to find the relevent scripts i would require . i believe it’s 2d tk spritecollection and smooth moves texture data(it does not know where to seperate the various pieces anymore. of course if there’s a way to solve the rest of the broken links that would be nice too. but these two basicly mean i can’t get any work done.