Search Unity

Destroying objects

Discussion in 'Android' started by DingusAUS, Apr 5, 2017.

  1. DingusAUS

    DingusAUS

    Joined:
    Dec 2, 2013
    Posts:
    15
    Hi,
    Am having problems with objects not being destroyed on unity builds past 5.5.2f1.
    Works fine in editor but not once compiled and running on a device.

    Anyone experience similar problems?

    EDIT error also occurring after going back to 5.5.2f1 going to older build to find problem
     
    Last edited: Apr 5, 2017
  2. Jonas_Sid

    Jonas_Sid

    Mobile Graphics Developer Unity Technologies

    Joined:
    May 13, 2015
    Posts:
    44
    hi,

    could you be more specific on how are you destroying the objects? code snippet would be great
     
  3. DingusAUS

    DingusAUS

    Joined:
    Dec 2, 2013
    Posts:
    15
    Thank you for your reply,
    I am still searching the cause of the problem, I have managed to find a somewhat culprit. I am using iRDS from the asset store and after i remove this asset the destroy code works.
    With fresh version of my project, after adding iRDS and nothing else destroy code doesnt work again, i am in talks with Jose from daga games and will do more testing with an empty project.

    thank you