Hi there, I find myself re-making the same player character for use in many of my game projects. Similarly, I sometimes re-use other objects such as an enemy or a switch for a door etc etc.
Is there a way to export my Character (if you have used Unity it is much like a “Prefab”), so that I can import it again in other projects (including its dependent file structure eg. Models, Scripts, Sound assets etc)?
(I am still using UE 4.27)
Or do I simply have to redo that work each and every time I make a new project that requires this kind of character? Or is there some other better way to deal with this situation (I tried copying projects, but this had it’s own problems)?
Thanks for any help and advice.