I’ve been working on an fps game in unity. Everything was going great until I imported one of my assets which I made in blender. I dragged the fbx file into my unity assets folder and then into my scene. But then when I pressed play, it prompted me with a window with a progress bar that reads “editorApplication.playmodestatechanged”. Then it gets stuck on here forever and freezes unity and the only way I can exit unity is with the task manager.
I’ve read that others got the same problem when they had a faulty loop in their code but I think that is not the case for me since I only get this problem when I import my model. I didn’t change any code and it worked perfectly fine before I imported it. Removing the model in its entirety from the project temporarily fixes the problem.
Does anybody have a fix for this? Any help is greatly appreciated!