Search found 3 matches
- Fri Jul 21, 2023 9:04 am
- Forum: General
- Topic: windfield doesn't detect sensor object collision?
- Replies: 5
- Views: 10312
Re: windfield doesn't detect sensor object collision?
I was thinking the same way originally. Tried windfield, it didn't work, tried breezefield, it worked, but I liked HardonCollider more. That was old and has issues between different versions. However, in the end I just went the hard way and used raw love.physics class: https://love2d.org/wiki/World...
- Fri Jul 21, 2023 8:19 am
- Forum: General
- Topic: windfield doesn't detect sensor object collision?
- Replies: 5
- Views: 10312
Re: windfield doesn't detect sensor object collision?
I believe this should be posted under Support. Also windfield is 6 years old and even archived on Github, which is a good sign to never use it. You can try using breezefield instead: https://github.com/HDictus/breezefield Thanks dusoft, I try breezefield and sorry for wrong topic, I thought support...
- Thu Jul 20, 2023 2:58 pm
- Forum: General
- Topic: windfield doesn't detect sensor object collision?
- Replies: 5
- Views: 10312
windfield doesn't detect sensor object collision?
Hi guys I use windfield and I need two objects to pass through each other, so I made one object as sensor object using setSensor funcion but I found windfield doesn't detect sensor object collision! I used collider:enter() in update function to detect collision but it doesn't work, I used preSolve c...