Hi there,
I've been tinkering with the sdk and noticed that
unexpectedly returns false in the PostCreate() function. Is there another way of determining if an object is a tilemap during PostCreate()? I'm thinking of using
this._inst.GetPlugin()._isRotatable
but it feels a bit hacky. Thanks.