Unity Error: System is already interested in this transform, SetSystemInterested may only be called once.

检查有问题的Prefab发现,某个GameObject上出现了2组MeshRenderer和MeshFilter,去掉多余的一组,该问题解决。

The problem was that one of the enemies had 2 renders attached to the same gameobject. After removing one of them, the problem was fixed.

Ref: https://forum.unity.com/threads/errors-in-unity2017-1-0f3.482881/

原文地址:https://www.cnblogs.com/open-coder/p/12448289.html