Script causes overheat

Hello Unity Friends!
I have a problem: in my new project I’ve written some new scripts and downloaded a few plugins.

Now even if I create a blank scene, there is a script that causes an overheat with a drop in framerate, but I don’t understand which it is (I Read that unity loads all the scripts even if they’re not in the scene)

Can you please confirm this and suggest what could be the problem?

thanks!

Try duplicating your entire project folder, removing all assets, check the problem has gone, then add them back in one at a time until you find the culprit. Post the results and it might be possible to suggest a fix.

Thank you Steve, I just did what you suggested and eliminated all the assets. I tried to build a new blank scene, but the overheat still occurs. I tried to create a new blank project and export a blank scene, and the problem has gone, no overheat! What could be the problem?

It seems even after deleting everything, something must be still lurking in your original project. (maybe a dodgy script or shader) I can only think that as you add them to your new blank project you will find it.

1 Answer

1

Ok I found the problem! I deactivated the VSync and that caused the framerate to go over 200, overheating the gpu. Thanks for the assistance!

Good tip to remember!