Skip to content

Instantly share code, notes, and snippets.

@fire
Last active November 9, 2019 16:39
Show Gist options
  • Save fire/f3981ad4a48ccae08224d3b82b9f95bc to your computer and use it in GitHub Desktop.
Save fire/f3981ad4a48ccae08224d3b82b9f95bc to your computer and use it in GitHub Desktop.
godot_style_guide

Example Project Content Structure

|-- addons
|   |-- auto_lod
|   |   |-- art
|   |   |-- core
|   |   |-- binaries
|   |-- spring_arm
|-- generic_shooter
|   |-- art
|   |   |-- industrial
|   |   |   |-- ambient
|   |   |-- nature
|   |   |   |-- ambient
|   |   |   |-- foliage
|   |   |   |-- rocks
|   |   |   |-- trees
|   |   |-- machinery
|   |   |   |-- pipes
|   |   |-- office
|   |-- characters
|   |   |-- bob
|   |   |-- common
|   |   |   |-- animations
|   |   |-- audio
|   |   |-- jack
|   |   |-- steve
|   |   |-- zoe
|   |-- core
|   |   |-- characters
|   |   |-- engine
|   |   |-- game_modes
|   |   |-- interactables
|   |   |-- pickups
|   |   |-- weapons
|   |-- effects
|   |   |-- electrical
|   |   |-- fire
|   |   |-- weather
|   |-- scenes
|   |   |-- campaign_1
|   |   |-- campaign_2
|   |-- material_library
|   |   |-- debug
|   |   |-- metal
|   |   |-- paint
|   |   |-- utility
|   |   |-- weathering
|   |-- placeables
|   |   |-- pickups
|   |-- weapons
|   |   |-- common
|   |   |-- pistols
|   |   |   |-- desert_eagle
|   |   |   |-- rocket_pistol
|   |   |-- rifles

References

https://github.com/Calinou/godot-style-guide

Adapted Unreal Engine's standard guide. https://github.com/Allar/ue4-style-guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment