Unity-Technologies / ProjectAuditor

Project Auditor is an experimental static analysis tool for Unity Projects.
Other
822 stars 68 forks source link

[Bug] Overflow Exception on Analysis #52

Closed Tymski closed 3 years ago

Tymski commented 3 years ago

I tried to analyze a sizable project, it's been 7 hours already I have no idea if it's gonna finish analyzing. Task manager shows very little disk/processor usage for the Unity process... image

mtrive commented 3 years ago

My guess is that something went wrong. Any error in the Console?

Tymski commented 3 years ago

No errors in the console

Tymski commented 3 years ago

I tried it again and there is an Overflow Exception: image

mtrive commented 3 years ago

That should be fixed in master. Would you be able to check on your project?

Tymski commented 3 years ago

Yes, tried it again and it is now completed without the OverflowException.