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 - Gluklichman

Pages: [1]
1
Support / Re: Problem with tk2dTileMap during build
« on: August 25, 2013, 12:52:45 pm »
Thanks for your help. Now everything is good.

2
Support / Problem with tk2dTileMap during build
« on: August 25, 2013, 12:38:32 pm »
In my solution I use tk2dTileMap. To change parts of map during the game I use :

Code: [Select]
_tilemap.BeginEditMode();
//do something
_tilemap.EndEditMode();

While I`m in editor, everything is ok. But when i try to build my solution, building fails with error:
Quote
error CS1061: Type `tk2dTileMap' does not contain a definition for `BeginEditMode' and no extension method `BeginEditMode' of type `tk2dTileMap' could be found

Unity version: 4.0
tk2dVersion: 2.1

What is wrong?


3
Support / Re: 2d toolkit and TexturePacker
« on: July 30, 2012, 07:19:10 am »
Thank you for your help. For some reasons I can`t access the discussion you provided like example. It writes "The topic or board you are looking for appears to be either missing or off limits to you."

4
Support / 2d toolkit and TexturePacker
« on: July 27, 2012, 10:33:01 am »
Is there any way to use atlases, generated by TexturePacker(http://www.codeandweb.com/texturepacker) with 2d toolkit? If there is any, how can I do it.

Pages: [1]