Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Visual "Exception User-Unhandled" on Unity 2022.1.17f1
#5
There's a workaround for this issue, which is to follow this answer https://stackoverflow.com/a/60083330

For us, the "Break when this exception type..." option doesn't appear so we had to do it like this:

  1. When the break on exceptions occurs, open the "Exception settings" window and uncheck "Common Language Runtime Exceptions". 
  2. The next time it breaks, the option to "Break when this exception type..." will appear and you can uncheck it. 
  3. The break will not occur anymore. 
Reply


Messages In This Thread
RE: Visual "Exception User-Unhandled" on Unity 2022.1.17f1 - by bagelbaker - 17-11-2022, 03:33 AM