I have an NPC object that I have in the scene and have set it up with AI and Behaviors using AI Behaviors Made Easy. Unity crashes whenever I try to duplicate that object. Not sure what’s going on but hope someone can help.
i had the same problem. I fixed it by creating an empty gameobject and parent the NPC to the gameobject. Every time i duplicate the group it was working perfectly.