ssannandeji / Zenject-2019

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

Cannot inject Collider types #582

Closed jm991 closed 5 years ago

jm991 commented 5 years ago

image

With this change, I was able to inject SphereColliders in my Construct methods. Without it, the check for instance != null improperly returns true even when there isn't a SphereCollider on the object being constructed.

svermeulen commented 5 years ago

I couldn't reproduce this but I'll take your word for it