How do I make my object change the animation/frame to one that fits, I want it to change to a texture where if other objects are touching the points up, down left and right, it changes to a texture where it’s connected to all 4 sides, if none are touching, then it changes to a texture where no sides are connected. When I tried it, it displayed the no touching texture or all touching texture.
It sounds like you want to use Tile Bitmasking. Here is a link of a solution, it may be of help to you.
thanks, this kind of helped.