My users aren’t savvy enough to find the file on their computer and submit it. Is there a cool way to have users automatically submit a crash log?
You could wrap your Unity executable in a launcher (also useful for locating asset bundles for after-release patches). The launcher can check the exit status of the Unity fork and upload the crash log if it exited abnormally.
I don’t know if the Crafty launcher can do this, but you could check with the author to make sure, or write your own.
Crafty does look really nice. I don’t think it quite does what I’m looking for, but it could be useful for other parts of the project. You gave me the idea though to look in the Asset Store. There is a project called Crash Reporter that looks pretty nice. It seems like I could write it myself, but since it includes source code, perhaps I could expand on it as needed.