assertion failed on expression: 'GetSystemInterested(transform, system) != enable'

Hello
I’m having this error but don’t know where is located :frowning: My game is targeted for android and plays without any error both on the phone and the game window.

Assertion failed on expression: ‘GetSystemInterested(transform, system) != enable’

Any ideas that can point me in the right direction to fix it? I’m using unity 2018.2.17f1 personal (64bit) It appears to generate this error during update but I can’t find any error or I don’t know where the conflict might be

I was getting this error when I try to instantiate a prefab. I just realized that I have 2 Rigidbody2d components on my prefab. If you’re trying to instantiate a prefab, try to search for duplicated components.