Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fkosie

Pages: [1]
1
Thank you, that fixed it for us.

2
We are spawning the tilemap with nested data object such as "PrefabLevel1TileMap1 Render Data".

There are no prefabs on each tile, when selecting the Data tab and highlighting tiles, Prefab is set to "None".

We load the prefabs for the tilemaps using Resources.LoadAll() and instantiate them using GameObject.Instantiate().

3
We are running TK2D 2.5 in Unity 4.6 on windows.  For our game we are spawning and pooling all elements, including prefabs for tilemaps.  Part of our use case is the ability to dynamically generate the level.  The issue we are running into is that:
* If a tilemap is uncommitted, it can be spawned and all tiles will appear, however this is not preferable.
* If a tilemap is committed, we can use 2D colliders and other features, etc, but tiles become invisible.
* This problem does not happen if we do not dynamically spawn tilemaps and simply load them as part of the scene.

Please let us know if you are able to fix this, otherwise any advice on how to work around it would be appreciated.

Thank you.

Pages: [1]