mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 15:15:51 +03:00
35 lines
651 B
Markdown
35 lines
651 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: garrynewman
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior:
|
||
|
1. Set x to y
|
||
|
2. Run for x minutes
|
||
|
3. Call x
|
||
|
4. See error
|
||
|
|
||
|
**Calling Code**
|
||
|
```
|
||
|
// The code you're using to call into Steamworks
|
||
|
Steamworks.DoBug();
|
||
|
```
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Desktop (please complete the following information):**
|
||
|
- OS: [e.g. iOS]
|
||
|
- Unity: [e.g Unity 2019.3]
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|