-
-
Notifications
You must be signed in to change notification settings - Fork 56
chore: Updated Samples #2256
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
chore: Updated Samples #2256
Conversation
samples/unity-of-bugs/Assets/Scripts/AdditionalSamplesButtons.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some duplicating of code here from BugFarmButtons
. I'm doing this so we can keep everything that happens here in one file. The whole _executor
logic already adds mental overload to the samples so the actual error is right in from of user's eyes.
@@ -3,7 +3,6 @@ | |||
"com.unity.collab-proxy": "2.0.7", | |||
"com.unity.ide.rider": "3.0.36", | |||
"com.unity.ide.visualstudio": "2.0.23", | |||
"com.unity.ide.vscode": "1.2.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not using it - and it's deprecated in future Unity versions anyway.
AndroidBundleVersionCode: 1 | ||
AndroidMinSdkVersion: 19 | ||
AndroidMinSdkVersion: 21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New min SDK version with Unity 2020
Update the samples, this includes but is not limited to
ForceCrash
in dedicated scene#skip-changelog