What is the preferred method to move assets/code between games? E.g. in Unity I would have exported a package that would include all the game objects I wanted and automatically figure out all of their script dependencies.
To give a simple example, if I have a character controller, character model, camera arm object and camera and a selection of supporting scripts: How can I painlessly move this to use as a character controller in another game I’m working on?