Skip to content

Commit 8a071f9

Browse files
committed
added FBX model and ISSUE_TEMPLATE
1 parent 42c5544 commit 8a071f9

File tree

11 files changed

+230
-6
lines changed

11 files changed

+230
-6
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: New Feature
3+
about: Creating a new feature for this project.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Summary**
11+
12+
A quick intro or summary on the feature you want to create.
13+
14+
**Intended Outcome**
15+
16+
- What is the use case of this?
17+
- How will it affect/benefit the project?
18+
19+
**How will it work?**
20+
21+
- How to use this feature?
22+
23+
*finally, please assign yourself to this issue if you intend to work on this new feature thanks!*

.gitignore

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/.vscode
1+
.vscode/
22
__pycache__/
33
checkpoints/
44
inference/
5-
/PythonAPI/env/
6-
/PythonAPI/core/temp/
5+
env/
6+
temp/
77

88
# This .gitignore file should be placed at the root of your Unity project directory
99
#
@@ -69,7 +69,7 @@ sysinfo.txt
6969
# Builds
7070
*.apk
7171
*.aab
72-
*.unitypackage
72+
*.exe
7373

7474
# Crashlytics generated file
7575
crashlytics-build.properties
@@ -83,9 +83,25 @@ crashlytics-build.properties
8383

8484
# Tensorflow trained checkpoints and weights
8585
*.h5
86+
*.h5.meta
87+
*.pbmm
88+
*.pbmm.meta
89+
*.tflite
90+
*.tflite.meta
8691

8792
# API keys
8893
*.apikey
8994

90-
# License meta files
91-
LICENSE.meta
95+
# pycaches
96+
*.pyc
97+
98+
# audio files
99+
AudioClips/
100+
*.mp3
101+
*.wav
102+
*.audio
103+
104+
# large libraries
105+
runtimes/
106+
tensorflow.dll
107+
tensorflow.dll.meta

LICENSE.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
304 Bytes
Binary file not shown.
85.3 KB
Binary file not shown.

Samples/FBX.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Samples/FBX/HighResIcoSphere.fbx

78.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)