Related to my other post, which you actually don’t need for this one.
After moving my Unity installation, I moved my scripts to new Unity project.
On first launch Unity needs to reserialize scripts and do all its metaing jobs.
In my case it didn’t do that. The Unity will launch, prompt me the splash image.
Display a window saying something like “Compiling scripts” and then it just disappears.
Task Manager confirms that Unity’s process simply ceases to exist.
I made sure about four times that its due to my scripts, that by launching project with empty Asset folder and with my project files in it.
In your log, I couldn’t find anything that can help you to solve your issue.
My recommendation is to create a new project and start adding your scripts one by one if you have a small amount of them or by groups if you have more than a few until you find the exact script that is causing the crash.
This will help to isolate the problem and to be able to find the issue easily.
Looks like SimpleLogChannels doesn’t make sure the directory it’s writing to exists.
Also, Unity doesn’t send bad code you put in a bug report to third parties, just send the project as a bug report. If some code’s able to crash the editor by doing valid calls, that’s a bug that Unity needs to fix.
Can I create that directory for it in Windows Explorer or is this something hidden from me inside Unity’s engine?
Parent directory must exist before creating asset at Assets/_RelativeMotion/SimpleLogChannels/Data/SLCData.asset.
Isn’t really clear enough for trial and error.
Create the folder Assets/_RelativeMotion/SimpleLogChannels/Data/SLCData.asset, if is missing;
Check if a completely empty project with only the content of the Assets/_RelativeMotion folder is still crashing;
Try removing the whole plugin (all the content inside of the _RelativeMotion folder). You need to be aware that the last update of such plugin was made almost 4 years ago, as you can check on their asset store page: Simple Log Channels | Utilities Tools | Unity Asset Store;
Contact the developer, maybe they’re aware of the problem and they can help you on how to solve your issue. You can contact them here: https://rmotion.wixsite.com/home/contact.