Skip to content

Rafael-Fagiani/SGFS-Standard-Game-Folder-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SGFS-Standard-Game-Folder-Structure

File structure for game development.


Keeping your project well organized is fundamental to its success.

Whether you're an independent developer or part of a team, it's essential to keep your development project well organized.

This offers a number of advantages that optimize your workflow, increase productivity and improve the final quality of your game.


Unreal / Unity

Assets
  • Animations
  • Art
  • Audio
  • ConceptArt
  • Icons
  • SourceFiles
  • Terrains
  • UI
Biuld
  • QA
  • Release
Code
  • Scripts
  • EditorScripts
  • Libraries
Debug
Fonts
LevelDesign
  • Levels
  • Navigation
  • Prefabs
  • Scenes
  • Sources
Localization
Materials
Management
  • ArtStyleGuide
  • GDD
Shaders
Tools

Godot

Assets
  • Animations
  • Art
  • Audio
  • Environment
  • Items
  • Materials
  • Nature
  • Particles
  • Prefabs
  • SourceFiles
  • Sprites
  • Terrains
  • UI
Biuld
  • QA
  • Release
Blender
Common
Debug
Fonts
Resources
Scenes
  • Entities
  • Levels
  • UI
Scripts
  • AI
  • Characters
  • Managers
  • Systems
  • UI
Localization
Shaders
DesignGuide
  • ArtStyleGuide
  • GDD
Temp