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

1

0

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

Laevorotation answered 28/1, 2020 at 9:36 Comment(0)
G
0

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.

Gibbsite answered 29/6 at 9:53 Comment(1)

i had the same thing with a duplicate rigidbody2d

Phonsa

© 2022 - 2024 — McMap. All rights reserved.