Area2D in a Tileset

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rustyStriker
:warning: Old Version Published before Godot 3 was released.

Is there a way to make an area2D work if i will place it on a sprite and convert it to a tileset?

:bust_in_silhouette: Reply From: Hinsbart

No, the only classes supported for children of Sprites in Tilesets are NavigationPolygonInstance, LightOccluder2D and StaticBody2D.

Reference: source