Hi,
I would like to know if every time a new project is started and assets are import they automatically reset.
Say I download APackage from the Unity Asset Store and import it in Project A, edit the scripts. When I start a new project B and import APackage again will the scripts be back to their default version.
Does the same apply to the default Unity assets ? To be more specific, I am about to modify the FirstPersonController and before messing with it I would like to make sure Unity has it saved somewhere, and that I am working on a project specific copy.
Thank you