zenject
There are 88 repositories under zenject topic.
ssannandeji/Zenject-2019
Dependency Injection Framework for Unity3D
Mathijs-Bakker/Extenject
Dependency Injection Framework for Unity Game Engine
EcsRx/ecsrx.unity
A simple framework for unity using the ECS paradigm but with unirx for fully reactive systems.
gubicsz/Solitaire
Solitaire card game made in Unity using MVP, dependency injection, reactive and asynchronous programming.
UniDi/UniDi
Dependency Injection for Unity
Mathijs-Bakker/Zenject-Hero
Zenject 7 - Game example (WIP)
mysticfall/Alensia
Programmer friendly framework to build RPG style games on Unity engine.
tunchasan/SOLID-Factory
SOLID Factory is a Unity2D Project which has been developed to test high-level programming concepts such as SOLID, DRY, Separation of Concern, Composition over Inheritance, Maximize Cohesion, Minimize Coupling, and Dependency Injection(via Exzenject) principles in Unity.
nievesj/unity-core-project
Core Framework for Unity
mohsansaleem/Idle-Miner
This is a simulation game with the raw UI. Primary purpose of this project was to implement an expandable code architecture.
oddmax/match3-mvc-ecs-example
A simple match-3 game made in Unity demonstrating hybrid architecture (Zenject-based MVC and DOTS ECS)
Ordyns/MakeNewWay
Beautiful mobile puzzle
xrdnk/Three-Sacred-Treasures-Hands-on
Hands-on Example for UniRx, UniTask, Extenject. (Bonus: VContainer)
mohsansaleem/CityBuilder
This is a minimal CityBuilder Unity project with different type of building. We can add more buildings in Static data and it is maintaining the Game state of the player.
ertanturan/Unity-Object-Pooling
Runtime-Extendible Object Pooler for unity .
JoanStinson/MobileGameStore
A mobile game store UI implementation scalable for multiple mobile devices resolutions done in one week.
altunsercan/AddressableLoading
Code sample for using Extenject to preload Addressables
JoanStinson/SlotsMachine
A basic slots machine game done in 5 days using Dependency Injection (Zenject), an Events System and wrote some Unit Tests. Pretty clean code architecture too.
gubicsz/SpaceInvaders
A simple Space Invaders clone made in Unity using MVP, dependency injection, reactive programming and Addressables.
PhillipZeratul/MenuSystemWithZenject
A Unity Menu Framework using Dependency Injection, inspired by MenuSystem & Zenject.
ulaph/Unity_MVP_Sample
Unity MVP Sample
MaksymHernets/ShadowCube
Game based on the movie "Cube". The protagonist wakes up inside a giant cubic room, entirely consisting of cubic modules that are constantly in motion. Overcoming obstacles and traps, apparently, he will not only have to get out to freedom, but also remember his life before being placed in the Cube.
RimuruDev/IndieInject
IndieInject — это легковесный и простой в использовании фреймворк для внедрения зависимостей (DI) в Unity, разработанный специально для небольших проектов и быстрых прототипов. Этот фреймворк идеально подходит для создания игр для платформ, таких как Yandex Games, Poki, Crazy Games, Google Play, Apple Store и Ru Store.
shniqq/memory-game
A small memory game written in Unity with an MVC architecture using Zenject and UniRx.
kekchpek/UnityMVVM
The MVVM pattern core implemented for Unity3d
NeutrinoZh/depths-of-darkness
2D unity mobile game
gubicsz/CoreTemplate
A Unity project template that contains installed and configured core official and popular third party packages to quickly start new projects.
k0dep/AutoInjector
💊Package for unity3d which allow auto inject instances for Zenject package
k0dep/Zenject
💉Dependency Injection Framework for Unity3D package
StevenKrahforst/BetterBeatSaber
Better Beat Saber Mod
jusaan/UnityCleanArchitecture
A simple clean architecture example for Unity using UniRx and Zenject (with unit test using NUnit)
mohsansaleem/AnimalKingdom
This is a minimal farm game with the raw UI. Primary purpose of this project was to implement an expandable architecture.
Bezarius/Reactor
Experimental ECS framework
linzer0/hello-world-zenject-leoecs
Short tutorial how to write "Hello World" using LeoEcs and Zenject
xrdnk/UniduxSTSample
Sample of Unidux Scene Transition
xrdnk/UnityPubSubSample
Samples of Pub/Sub Messaging for Unity.