Skip to content

Commit ae7fca3

Browse files
Merge pull request #464 from OneSignal/release/3.0.0
Release 3.0.0
2 parents a5a2db4 + 1cf706b commit ae7fca3

File tree

309 files changed

+24809
-10024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+24809
-10024
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
# assignees:
6+
# - onesignal/unity
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Provide a thorough description of whats going on.
17+
placeholder: The latest version of the SDK causes my screen to go blank when I tap on the screen three times.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: reproduction-steps
22+
attributes:
23+
label: Steps to reproduce?
24+
description: Provide as much detail as posible to reproduce the issue.
25+
placeholder: |
26+
1. Install vX.Y.Z of dependency
27+
2. Launch the app on iOS device
28+
3. Tap the screen three times
29+
4. Note that the app crashes
30+
render: Markdown
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: what-are-expectations
35+
attributes:
36+
label: What did you expect to happen?
37+
description: Also tell us, what did you expect to happen?
38+
placeholder: I expected the app to continue running no matter how many times I tap the screen.
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: unity-version
43+
attributes:
44+
label: Unity version
45+
description: What version of Unity are you running?
46+
placeholder: 2021.2.x
47+
value: 2021.2.12 (latest)
48+
validations:
49+
required: true
50+
- type: textarea
51+
id: unity-sdk-version
52+
attributes:
53+
label: OneSignal Unity SDK version
54+
description: The version of the OneSignal Unity SDK used in your app.
55+
placeholder: 3.0.0-beta.6 Release
56+
validations:
57+
required: true
58+
- type: dropdown
59+
id: platform
60+
attributes:
61+
label: Platform
62+
description: Which platform are you having an issue with?
63+
multiple: true
64+
options:
65+
- iOS
66+
- Android
67+
- Other
68+
- type: textarea
69+
id: logs
70+
attributes:
71+
label: Relevant log output
72+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
73+
render: Shell
74+
- type: checkboxes
75+
id: terms
76+
attributes:
77+
label: Code of Conduct
78+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/OneSignal-Unity-SDK/blob/a5a2db49604e9b6386fb46c7869db9d7f814702d/CONTRIBUTING.md)
79+
options:
80+
- label: I agree to follow this project's Code of Conduct
81+
required: true

.gitignore

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
OneSignalExample/Assets/Plugins
2-
OneSignalExample/Assets/Plugins.meta
3-
OneSignalExample/Assets/ExternalDependencyManager
4-
OneSignalExample/Assets/ExternalDependencyManager.meta
51

6-
builds/
2+
OneSignalExample/.idea/
73

84
.DS_Store
9-
.DS_Store.meta
10-
11-
OneSignalExample/.idea/

OneSignalExample/Assets/OneSignal/Example/Scripts.meta renamed to OneSignalExample/Assets/ExternalDependencyManager.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OneSignalExample/Assets/OneSignal/Example/Scenes.meta renamed to OneSignalExample/Assets/ExternalDependencyManager/Editor.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OneSignalExample/Assets/ExternalDependencyManager/Editor/1.2.169.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OneSignalExample/Assets/ExternalDependencyManager/Editor/1.2.169/Google.IOSResolver.dll.meta

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OneSignalExample/Assets/ExternalDependencyManager/Editor/1.2.169/Google.JarResolver.dll.meta

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OneSignalExample/Assets/ExternalDependencyManager/Editor/1.2.169/Google.PackageManagerResolver.dll.meta

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OneSignalExample/Assets/ExternalDependencyManager/Editor/1.2.169/Google.VersionHandlerImpl.dll.meta

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)