Game Development Community

On collision delegate with Tile maps, has anyone used it successfully?

by Arden · in Torque X 2D · 11/23/2010 (2:23 pm) · 0 replies

I'm doing a test with a projectile running across a tilemap, enabled collision on in and created an oncollsion delegate. Never gets called. I did work around the problem to some extent with vector casting and checking for specific tile coordonates, but I still think that if the feature would work it would be more effective.

Just wondering if anyone has actually successfully fired an on collision delegate from a Tile map?