-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash with unity2017.2 ?? #156
Comments
I get a lot of crashes with 2017.2 as well. It seems to happen 50% of the time when I press play after making code changes. A loader window popup with title "VSCode" and text "Checking for updates". I get this every time I edit code and return to unity, and then again when I press play in the editor, but it only crashes when I press play. I have my platform set to iOS and use .net 4.6 |
It seems the error happen in the function |
I'm seeing crashes as well on Unity 2017.2 -- It happens every time I quit Unity. Just tried removing VSCode, and the crashes went away. I also tried disabling "CheckForUpdate" per thorning's comment above. No luck, still crashes every time I quit Unity. |
@jasontuttle i have fix this . just comment the Function "UpdateUnityPreference" > "// FixUnityPreferences();" the last line. |
That line was used to fix an issue where preferences werent being read. Might mean the bug in Unity was resolved with that and would stop the crash accordingly.? |
crash with unity2017.2 ??
always ....please help...
The text was updated successfully, but these errors were encountered: