This repository serves as a resting ground for all sorts of Structure Templates. Have a new structure template? Send it over here!
To add a new structure MyHouse
to this module follow these steps:
- place the structure template prefab file under
assets/prefabs/structures/
, e.g.,assets/prefabs/structure/MyHouse.prefab
- add a preview picture (a.k.a. a screenshot) in the
preview
directory, e.g.,preview/MyHouse.png
- add a section to the README file, e.g.,
### My House ![My House](preview/MyHouse.png)
Finally, create a PR to submit your creation here.