i made new topic since i changed a lot of things from previous topicok so i have a problem... i cant seem to figure out how to pass information from bullet to target...
my set event data, and get event info are not setup correctly i believe...
for example: i want to specify that
Bullet Tank will do 100 damage, and
Bullet Soldier will do 10 damage, (Bullet soldier will have other FSM ofcourse...)
and when target gets hit, i want it to read what damage it was in a variable...
basically i need to know how to attach more information to the bullet...
this is bullet tank trigger
this is bullet tank Send Event (Set event data is not really working properly)
this is target right now... (Get event info is not really working properly)
1 more question...
you think there's gonna be a problem when there will be lots of bullets and each hitting their targets? because of global variable collider?