25-06-2018, 08:13 AM
The crash still occurs after completely removing the "remove pin constraints" logic.
The destroy code now looks like this:
The crash log & dump file: https://we.tl/XW7205mLU9
I really hope you can check the dump file for us and see what's happening!
The destroy code now looks like this:
Code:
private void DetachFromRope()
{
Object.Destroy(GetComponent<ObiCollider>());
}
The crash log & dump file: https://we.tl/XW7205mLU9
I really hope you can check the dump file for us and see what's happening!