Hello Guest

Author Topic: Problem With Destroy Sprite in Windows Phone 8 with 2D Toolkit 2.2  (Read 4733 times)

devon

  • Newbie
  • *
  • Posts: 2
    • View Profile
Problem With Destroy Sprite in Windows Phone 8 with 2D Toolkit 2.2
« on: September 19, 2013, 06:18:53 am »
we are using 2d toolkit for quite bit time. when we are porting our game for windows phone 8 and tried to destroy a Gameobject with tk2d component in it (tk2d Sprite) i.e, Destroy(Gameobject), the app crashes suddenly all the time.

Destroy Gameobject working with normal object but its not working with 2d Toolkit Component.
Your assistance will be highly appreciated as we are not able to run our game on wp8 platform.
 




unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Problem With Destroy Sprite in Windows Phone 8 with 2D Toolkit 2.2
« Reply #1 on: September 19, 2013, 10:54:40 am »
How are you destroying the sprite? Can you reproduce this in isolation, eg. a scene with nothing but a sprite in it? If so, please email to support and we'll investigate this further.

devon

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Problem With Destroy Sprite in Windows Phone 8 with 2D Toolkit 2.2
« Reply #2 on: September 19, 2013, 01:20:37 pm »
Thanks For Replay.

Actually We tried it with all possible way.
At last we open one of 2D Toolkit Demo Scene, Find A GameObject With tk2d Sprite Component and tried to destroy it. app still crashes.
we can send a demo wp8 project if you want to investigate in further detail.

Actually it works in editor but same operation crashes app on windows phone 8 device.