- Home /
Is there a way to create custom Game templates?
I'd like to make a project template to remove repetitive tasks like setting up a 3rd person camera control, movement, default assets to include, etc when creating new games from scratch. Something similar to Unreal engine's template system. Is there a way to do this already or is it in the works? Thanks!
Answer by AaronXRDev · Nov 08, 2018 at 05:53 AM
One fairly simple way is to create a folder that contains everything you want to reuse, including prefabs. Then you can export that folder as a .unitypackage that can be imported into other projects.
You can find more details about this in the Unity manual under Asset Packages
Your answer
Follow this Question
Related Questions
Can I open a project using an older verion in a newer version? 1 Answer
Unity mainmenu audio problem. 1 Answer
Applying material to compound prefab 0 Answers
How to increase the size of my sprites in the Editor > Project previsualization? 0 Answers
How can i retrieve the list of all animator state name from a script editor? 1 Answer