consider a tilemap system, which allow user instantiate prefab (link to one specific tile, just like gameobject tilemap does) at baking time, and also can call SetTile to instantiate tile prefab at runtime. seem reasonable scenario, but baking only allow create entity through CreateAdditionalEntity rather than insstantiate, so how to deal with this problem ?