You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: File a technical issue, import or export problem, API issue
3
3
labels: ["untriaged"]
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thanks for taking the time to fill out this bug report! 🙏
8
+
Thanks for taking the time to fill out this bug report. The more info you add, the higher the chance that we'll be able to help! 🙏
9
9
10
10
- type: textarea
11
11
id: bug-description
12
12
attributes:
13
13
label: Describe the bug 💬
14
14
description: A clear and concise description of what the bug is. Thanks!
15
15
placeholder: I am doing... What I expect to happen is... What's actually happening is ...
16
-
17
16
validations:
18
17
required: true
19
-
20
-
- type: dropdown
21
-
id: OS
18
+
19
+
- type: textarea
20
+
id: reproduction-steps
22
21
attributes:
23
-
label: Operating System 👩💻
24
-
description: Which operating system are you using / on which operating system did you observe the issue?
25
-
multiple: true
26
-
options:
27
-
- Windows
28
-
- macOS
29
-
- Linux
30
-
- iOS
31
-
- Android
32
-
- Other (I provide details below)
22
+
label: Steps to reproduce 🔢
23
+
description: Please provide step-by-step instructions for how to see the issue you're describing with the files you provide.
24
+
placeholder: |
25
+
1. Download the attached reproduction file
26
+
2. Drop it into Unity <insert version>
27
+
3. See <specific error> in console
33
28
validations:
34
29
required: true
35
-
30
+
31
+
- type: textarea
32
+
id: reproduction
33
+
attributes:
34
+
label: Files to reproduce the issue ♻
35
+
description: Please drop necessary files to reproduce the problem you ran into as `.zip` file or paste a link to a `.gltf/.glb`. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is best ([Why?](https://antfu.me/posts/why-reproductions-are-required)).
36
+
placeholder: Reproduction files or URL
37
+
validations:
38
+
required: false
39
+
36
40
- type: dropdown
37
41
id: version
38
42
attributes:
39
43
label: Editor Version 🎲
40
-
description: Which Unity Editor version are you using?
44
+
description: Which Unity version are you using? Please note that while we try to support the latest Unity versions, officially only LTS versions are supported.
description: Which operating system are you using / on which operating system did you observe the issue?
76
+
multiple: true
77
+
options:
78
+
- Windows
79
+
- macOS
80
+
- Linux
81
+
- iOS
82
+
- Android
83
+
- WebGL
84
+
- VisionOS
85
+
- Other (Provide details below)
86
+
validations:
87
+
required: true
88
+
67
89
- type: checkboxes
68
90
attributes:
69
91
label: When does this problem happen?
70
92
description: Does this issue happen in the Unity Editor (e.g. when importing assets to your project) or at runtime (e.g. when loading assets in your build)
71
93
options:
72
-
- label: Editor
73
-
- label: Runtime
94
+
- label: Editor Import
95
+
- label: Runtime Import
96
+
- label: Editor Export
97
+
- label: Runtime Export
74
98
validations:
75
99
required: true
76
100
77
101
- type: textarea
78
102
id: project-info
79
103
attributes:
80
-
label: Project Info 📜
104
+
label: Additional Info 📜
81
105
description: |
82
-
Optional if provided reproduction. Please paste any information here that is relevant. Provide all relevant files.
83
-
84
-
- type: textarea
85
-
id: reproduction-steps
86
-
attributes:
87
-
label: Steps to reproduce 🔢
88
-
description: Please provide any reproduction steps that may need to be described.
89
-
placeholder:
90
-
value: |
91
-
1.
92
-
2.
93
-
3.
94
-
...
95
-
render: bash
96
-
validations:
97
-
required: true
98
-
99
-
- type: textarea
100
-
id: reproduction
101
-
attributes:
102
-
label: Reproduction / Files to reproduce ♻
103
-
description: Please provide necessary files, a link for download or a link to a repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is favored ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label.
104
-
placeholder: Reproduction files or URL
105
-
validations:
106
-
required: false
106
+
Provide additional information that might be useful to understand your use case.
107
107
108
108
- type: checkboxes
109
109
id: checkboxes
110
110
attributes:
111
111
label: Validations 🩹
112
112
description: Before submitting the issue, please make sure you do the following
113
113
options:
114
-
- label: I follow the [Code of Conduct](https://www.khronos.org/about/code-of-conduct)
114
+
- label: "I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues): no issue already exist that reports the same problem."
115
115
required: true
116
-
- label: "I have [searched existing issues](https://github.com/KhronosGroup/UnityGLTF/issues): no issue already exist that reports the same bug"
116
+
- label: I follow the [Code of Conduct](https://www.khronos.org/about/code-of-conduct)
117
117
required: true
118
-
- label: I provided a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug or all necessary files that can be used to reproduce this problem.
119
-
required: false
118
+
- label: I provided a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), including files when necessary.
0 commit comments