Skip to content

kefniark/UnityTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Small Project Template for Unity with few goal:

  • Simple (few classes & no dependency)
  • Loose coupling
  • Scalable

Provide a good base for small prototypes and gamejam

Template contents

Structure

  • C# 6
  • Publish–Subscribe pattern (to communicate between component)
  • State Machines
  • Scriptable Objects (to store config)

Game Features

  • Scene Loading:
    • Basic (sync / async)
    • Additive (level loading)
    • Support loading screen or loading popup
    • Can start the game from any scene or additive scene
  • Basic Prefab Factory (to spawn objects)
  • Objective
  • Score

Releases

No releases published

Packages

No packages published