Skip to content

Exploring different architecture patterns with a demo game.

Notifications You must be signed in to change notification settings

SimonNordon4/unity-architecture-patterns

Repository files navigation

Unity Architecture Patterns

Explore the implementation of various software architecture patterns within the Unity Engine. This project demonstrates how the same game can be developed using different architectural approaches, providing practical insights into their strengths and trade-offs.

Project Overview

Each architecture pattern is applied to create the same game, allowing for a direct comparison of coding styles, maintainability, scalability, and overall design efficiency. This approach offers a hands-on understanding of how different patterns affect game development in Unity.

The Game in Question, a Survivors Clone.

Architectural Patterns

Spaghetti

The Spaghetti pattern is characterized by its lack of formal structure. Code is often written without clear organization, leading to tangled dependencies and difficulties in maintenance. This pattern is used as a baseline to highlight the advantages of more structured methodologies.

GameObject-Component

This pattern is central to Unity's design philosophy, emphasizing modularity and reusability. Game objects are built using separate components, each responsible for specific functionalities. This approach enhances code readability, maintainability, and allows for easy iteration and testing of different game behaviors.

Scriptable Object

Coming Soon

DOTS ECS

Planned

Reactive Programming (UniRx)

Planned

IoC Container + MVC (VContainer)

Planned

Contributions

Contributions are welcome! Whether it's refining the existing patterns, adding new ones, or improving the documentation, your input can greatly benefit this project.

Support

If you find this repository helpful, consider giving it a star! Your support motivates further development and helps others discover this resource.

License

Code

The C# code in this repository is released under the MIT License.

Media Assets

All media assets (including but not limited to images, sound files, animations, shaders and 3D models) in this repository are proprietary. Unauthorized copying, modification, distribution, or use of these assets is strictly prohibited.

About

Exploring different architecture patterns with a demo game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages