Closed jm991 closed 5 years ago
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.
instance != null
true
I couldn't reproduce this but I'll take your word for it
With this change, I was able to inject SphereColliders in my Construct methods. Without it, the check for
instance != null
improperly returnstrue
even when there isn't a SphereCollider on the object being constructed.