- Home /
Question by
aleem.razzaq09 · Feb 04, 2013 at 07:09 AM ·
renderer3dobject
App get crash on hiding 3d object.
I have a 3d object when it get collide with other 3d object then it should get hide, on CollisionEnter function i am doing "superman.renderer.enabled=false;" to make hide of my 3d object but on this my app get crash and crash log show "EXE_BAD_ACCESS". Kindly help me on that where I am doing wrong. Thanks in advance.
Comment