ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 363 forks source link

startCoroutine in the method which is marked [Inject] #651

Open swustyc opened 5 years ago

swustyc commented 5 years ago

When I used startCoroutine in the method which is marked [Inject] and the method is from a MonoBehaviour class, I would meet a problem that Coroutine couldn't be started because the game object is inactive!