2022-02-04 04:42:17 +03:00
|
|
|
name: Bug report
|
|
|
|
description: Create a report to help us improve.
|
|
|
|
title: "[BUG]: "
|
2022-10-03 02:40:06 +03:00
|
|
|
labels:
|
2022-02-04 04:42:17 +03:00
|
|
|
- bug
|
2022-10-03 02:40:06 +03:00
|
|
|
assignees:
|
2022-02-04 04:42:17 +03:00
|
|
|
- karasusan
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Please check below before post your issue.
|
|
|
|
* For questions, ask in [Unity Forum](https://forum.unity.com/forums/unity-render-streaming.413).
|
|
|
|
* Before you file an issue read the [Contributing guide](https://github.com/Unity-Technologies/com.unity.webrtc/blob/develop/CONTRIBUTING.md).
|
|
|
|
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/Unity-Technologies/com.unity.webrtc/issues).
|
2022-10-03 02:40:06 +03:00
|
|
|
|
2022-02-04 04:42:17 +03:00
|
|
|
Please note the following points.
|
|
|
|
* We try to reply as soon as possible but we will get in touch with you within **5 working days**.
|
|
|
|
* If you solved the issue yourself, please **post the comment and close your issue**.
|
|
|
|
* We would close the issue if we do not receive a reply for more than **2 weeks**.
|
|
|
|
|
|
|
|
- type: dropdown
|
|
|
|
id: version
|
|
|
|
attributes:
|
|
|
|
label: Package version
|
|
|
|
description: |
|
|
|
|
What version of the package are you using?
|
|
|
|
You can check the Unity version in Package Manager Window. See [manual](https://docs.unity3d.com/Manual/upm-ui.html).
|
|
|
|
options:
|
2023-07-13 09:58:10 +03:00
|
|
|
- 3.1.0-exp.7
|
2023-01-24 04:02:22 +03:00
|
|
|
- 3.1.0-exp.6
|
2022-12-13 03:16:13 +03:00
|
|
|
- 3.1.0-exp.5
|
2022-05-19 11:32:28 +03:00
|
|
|
- 3.1.0-exp.4
|
2022-02-04 04:42:17 +03:00
|
|
|
- 3.1.0-exp.3
|
|
|
|
- 3.1.0-exp.2
|
|
|
|
- 3.1.0-exp.1
|
|
|
|
- Others
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: environment
|
|
|
|
attributes:
|
|
|
|
label: Environment
|
|
|
|
description: |
|
|
|
|
Please describe your environment when the issue occurred.
|
|
|
|
Example:
|
|
|
|
- **OS**: Windows10
|
2022-10-03 02:40:06 +03:00
|
|
|
- **Unity version**: Unity 2021.3
|
2022-02-04 04:42:17 +03:00
|
|
|
- **Graphics API**: DirectX11
|
|
|
|
- **Browser**: Google Chrome Version 97
|
|
|
|
value: |
|
|
|
|
* OS:
|
|
|
|
* Unity version:
|
|
|
|
* Graphics API:
|
|
|
|
* Browser:
|
|
|
|
render: markdown
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: steps-to-reproduce
|
|
|
|
attributes:
|
|
|
|
label: Steps To Reproduce
|
|
|
|
description: Steps to reproduce the behavior.
|
|
|
|
placeholder: |
|
|
|
|
1. In this environment...
|
|
|
|
2. With this config...
|
|
|
|
3. Run '...'
|
|
|
|
4. See error...
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: actual-behavior
|
|
|
|
attributes:
|
|
|
|
label: Current Behavior
|
|
|
|
description: A concise description of what you're experiencing.
|
|
|
|
validations:
|
|
|
|
required: false
|
2022-10-03 02:40:06 +03:00
|
|
|
|
2022-02-04 04:42:17 +03:00
|
|
|
- type: textarea
|
|
|
|
id: expected-behavior
|
|
|
|
attributes:
|
|
|
|
label: Expected Behavior
|
|
|
|
description: A concise description of what you expected to happen.
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: anything-else
|
|
|
|
attributes:
|
|
|
|
label: Anything else?
|
|
|
|
description: |
|
|
|
|
Links? Reference? Anything that will give us more context about the issue you are encountering!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
|
|
placeholder: |
|
|
|
|
Drag and drop image or text files here.
|
|
|
|
validations:
|
2022-10-03 02:40:06 +03:00
|
|
|
required: false
|