Skip to main content

Questions tagged [dependency-injection]

Filter by
Sorted by
Tagged with
0 votes
1 answer
241 views

Recently, I've been experimenting with different ways of initializing MonoBehaviours (since constructors are not an option), and I reached a solution that I am mostly satisfied with, but there are a ...
DemonicTree's user avatar
1 vote
1 answer
2k views

I want to start using zenject in my project but I encountered an issue. From their tutorial in github page I was able to inject non monobehavior objects into each other like this. ...
Taras Fityo's user avatar
-3 votes
1 answer
482 views

I've made a game with Unity and I want to execute a C# script that runs even the game was closed. I searched a lot but didn't find anything.
Oussama Sabri's user avatar
3 votes
1 answer
1k views

As learned about dependency injection on the internet, I found that it's something that can be done simply by the Singleton Pattern. But there are 2 completely different views on this issue: Some ...
virtouso's user avatar
  • 2,680
4 votes
1 answer
558 views

This is sort of a best practice/efficiency kind of question, and I haven't really seen any other question talking about these three things together. Essentially, Dependency Injection, Find with Tag (...
rachica's user avatar
  • 43
1 vote
1 answer
1k views

I'm creating a game where I have an Entity class that contains basic entity info (pos, health,..) and some functions. Enemies and Player later on inherit from this class. ...
MSKL's user avatar
  • 133
0 votes
1 answer
1k views

I have reviewed the relevant WinForms/XNA samples here and here. However, my requirements are slightly different. Given the following: I am developing a multiplayer (Client - Server) game There will ...
George's user avatar
  • 127
4 votes
1 answer
303 views

This may be classed as a slightly subjective question but there is very little information on this at the moment, so I just thought I would ask here incase anyone has any experience with this. I am ...
Grofit's user avatar
  • 383