SuperTiled2Unity
SuperTiled2Unity copied to clipboard
Object Tiles
Hi, I'm currently trying to implement tiles that trigger text when interacted with using objects. However, I'm not sure how to access the objects as well as the custom properties of said objects when scripting. I've
Here I have an example scene, where I have six objects with an integer custom property set. They share the same object type, and each tile has a different int.
Here is what the objects look like in Unity. There is one event layer with three objects as children.