private void SendTilemapPositionsChangedCallback(NativeArray <Vector3Int> positions) { try { Tilemap.tilemapPositionsChanged(this, positions); } catch (Exception e) { // Case 1215834: Log user exception/s and ensure engine code continues to run Debug.LogException(e, this); } }