Skip to content

Commit 0b3ed00

Browse files
committed
More Unity deprecation
1 parent 7659500 commit 0b3ed00

File tree

6 files changed

+0
-188
lines changed

6 files changed

+0
-188
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ binding/java/test/** linguist-detectable=false
1313
binding/node/test/** linguist-detectable=false
1414
binding/react/** linguist-detectable=false
1515
binding/react-native/** linguist-detectable=false
16-
binding/unity/** linguist-detectable=false
1716
binding/web/** linguist-detectable=false
1817

1918
*.py linguist-detectable=true

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ body:
3333
- Python
3434
- React Native
3535
- React
36-
- Unity
3736
- Web
3837
validations:
3938
required: true

.github/workflows/unity-codestyle.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/unity.yml

Lines changed: 0 additions & 150 deletions
This file was deleted.

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "binding/unity/VoiceProcessor"]
2-
path = binding/unity/VoiceProcessor
3-
url = https://github.com/Picovoice/unity-voice-processor.git
41
[submodule "demo/c/dr_libs"]
52
path = demo/c/dr_libs
63
url = https://github.com/mackron/dr_libs.git

resources/.lint/spell-check/.cspell.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@
2727
"**/*.so",
2828
"**/*.wasm",
2929
"**/*.wav",
30-
"**/*.unitypackage",
3130
"../../../lib/ios/**/*",
3231

33-
"**/*.unity",
3432
"**/*.mixer",
3533
"**/*.meta",
36-
"../../../binding/unity/Packages/**/*",
37-
"../../../binding/unity/ProjectSettings/**/*",
3834

3935
"**/*.csproj",
4036
"**/*.targets",

0 commit comments

Comments
 (0)