hi,every one
I just open the Unity today met with such an error
and lead to unity very slow…
hi,every one
I just open the Unity today met with such an error
and lead to unity very slow…
I don’t know what unity ninjas is, but the slowness is probably multiple writes to the console log. For some reason, that slows the crap out of everything. One time the editor was running very very slowly for me and I didn’t know why. When I turned on information messages I saw there were a bunch of warnings being written every frame. It made it run like crap.
Whatever Unity Ninjas is, it’s trying to access a web page on their site. It can’t access it, so it’s throwing up this error. Figure out which script is from Unity Ninjas and comment out the line in the script causing this error for the time being.
The slowness of console output is because Unity does a full stack trace each time.
I think @Ony has it right. One of your assets is trying to communicate with a web server that doesn’t exist.
Some sort of code is trying to access this webpage:
http://unityninjas.com/wp-content/themes/Avada/assets/js/html5.js
However this page does not exist. I also tried the other webpage they were trying to access and it does indeed exist. So this means that your problem is coming from that first link.
Look for the code that is accessing the webpage and change the URL to something else.
Most likely one of these assets http://www.unityninjas.com/products/
thx:)
i solved the problem,because the ‘unity ninjas’ plugin update question