I tried to build few prototypes but get some problems:
- i used tilemaps, and by when making action that is for touch-gesture behavior for one tilemap- object, and action happens to all tilemap objects even these different type of tilemaps have different names, and
- Using line of sight behavior and the program does use commands "is in sight" and as inverted "not in sight" below the another command, and this is for the one same type of object that appears multiple time in the scene, but then only one object is following the code correctly and other objects won't. So i removed "not in sight" from the code and it works better but then missing the other important feature.
Also program crashed once when copy-pasting code