Skip to content

uzayayan/unity-solid-principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity SOLID Principles

This project contains examples of SOLID principles in the Unity game engine.

Enjoy!

Overview

Unity Version : 2022.2.9f1

Contents

  • Single Responsibility Principle.
  • Open/Closed Principle.
  • Liskov's Substitution Principle.
  • Interface Segregation Principle.
  • Dependency Inversion Principle.

Conclusion

This project demonstrates how various SOLID principles can be used in Unity game development. By using principles, developers can create more modular, flexible, and maintainable code.

Releases

No releases published

Packages

No packages published

Languages