Skip to content

Commit

Permalink
Merge pull request #7 from kurone-kito/maintenance
Browse files Browse the repository at this point in the history
Maintenance updates
  • Loading branch information
kurone-kito authored Sep 16, 2024
2 parents 7e28247 + 15957b9 commit 0562fd0
Show file tree
Hide file tree
Showing 10 changed files with 130 additions and 24 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[core]
hideDotFiles = dotGitOnly
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
text: ${{ steps.version.outputs.value }}
- name: Configure the Environment Variables needed for releasing the Package
run: |
echo "stableVersion=${{ steps.stable-match.outputs.match }}" >> $GITHUB_ENV
echo "unityPackage=${{ vars.PACKAGE_NAME }}-${{ steps.version.outputs.value }}.unitypackage" >> $GITHUB_ENV
echo "version=${{ steps.version.outputs.value }}" >> $GITHUB_ENV
echo "zipFile=${{ vars.PACKAGE_NAME }}-${{ steps.version.outputs.value }}".zip >> $GITHUB_ENV
Expand Down
10 changes: 10 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ignores:
- .github/CODE_OF_CONDUCT*
- Assets/**
- Library/**
- Logs/**
- Packages/com.*/**
- Packages/dev.*/**
- ProjectSettings/**
- Temp/**
- UserSettings/**
17 changes: 17 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
default: true
# Allow limit breakthroughs in the code block and table row lengths. The
# default is unconditional prohibition. It is exceptionally allowed in
# these elements due to folding difficulties.
line-length:
code_blocks: false
tables: false
# Allows the use of duplicate headings. The default is unconditional
# prohibition. Due to the `siblings_only` flag not working, it is necessary
# to enable duplicate headings in the entire document.
no-duplicate-heading: false
# Allows embedding of the specified HTML tag. The default is unconditional
# prohibition. Allow for some valuable features, such as folding.
no-inline-html:
allowed_elements:
- details
- summary
5 changes: 4 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"recommendations": [
"davidanson.vscode-markdownlint",
"editorconfig.editorconfig",
"fernandoescolar.vscode-solution-explorer",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"visualstudiotoolsforunity.vstuc"
"visualstudiotoolsforunity.vstuc",
"zbecknell.t4-support"
]
}
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
"request": "attach",
"type": "vstuc"
}
]
}
80 changes: 77 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,52 @@
{
"dotnet.preferCSharpExtension": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
"*": "${capture}.meta, ${capture}.md5",
"*.dll": "${capture}.pdb",
"*.md": "${capture}.*.md",
"*.sln": "*.csproj",
".gitconfig": ".gitattributes, .gitignore",
".markdownlint.*": ".markdownlint-cli2.*",
".tool-versions": "global.json",
"LICENSE*": "LICENSE${capture}.meta"
},
"files.associations": {
"*.anim": "yaml",
"*.asmdef": "json",
"*.asmref": "json",
"*.asset": "yaml",
"*.buildreport": "yaml",
"*.config": "xml",
"*.controller": "yaml",
"*.dwlt": "yaml",
"*.info": "json",
"*.index": "json",
"*.inputactions": "json",
"*.lighting": "yaml",
"*.mat": "yaml",
"*.meta": "yaml",
"*.outputdata": "json",
"*.physicmaterial": "yaml",
"*.playable": "yaml",
"*.prefab": "yaml",
"*.renderTexture": "yaml",
"*.scenetemplate": "yaml",
"*.signal": "yaml",
"*.terrainlayer": "yaml",
"*.tlh": "c",
"*.traceevents": "jsonl",
"*.unity": "yaml",
"*.uss": "css",
".imgbotconfig": "json",
"LICENSE": "plaintext"
".settings": "plist",
".signature": "json",
"LastSceneManagerSetup.txt": "yaml",
"LibraryFormatVersion.txt": "yaml",
"LICENSE": "plaintext",
"ProjectVersion.txt": "yaml",
"XRPackageSettings.asset": "json",
"XRSettings.asset": "json"
},
"files.readonlyInclude": {
"Packages/com.*/**": true,
Expand Down Expand Up @@ -37,25 +75,61 @@
},
"yaml.customTags": [
"tag:unity3d.com,2011:1 mapping",
"tag:unity3d.com,2011:4 mapping",
"tag:unity3d.com,2011:5 mapping",
"tag:unity3d.com,2011:11 mapping",
"tag:unity3d.com,2011:13 mapping",
"tag:unity3d.com,2011:19 mapping",
"tag:unity3d.com,2011:20 mapping",
"tag:unity3d.com,2011:21 mapping",
"tag:unity3d.com,2011:23 mapping",
"tag:unity3d.com,2011:28 mapping",
"tag:unity3d.com,2011:29 mapping",
"tag:unity3d.com,2011:30 mapping",
"tag:unity3d.com,2011:33 mapping",
"tag:unity3d.com,2011:47 mapping",
"tag:unity3d.com,2011:55 mapping",
"tag:unity3d.com,2011:64 mapping",
"tag:unity3d.com,2011:74 mapping",
"tag:unity3d.com,2011:78 mapping",
"tag:unity3d.com,2011:81 mapping",
"tag:unity3d.com,2011:84 mapping",
"tag:unity3d.com,2011:91 mapping",
"tag:unity3d.com,2011:95 mapping",
"tag:unity3d.com,2011:104 mapping",
"tag:unity3d.com,2011:108 mapping",
"tag:unity3d.com,2011:114 mapping",
"tag:unity3d.com,2011:126 mapping",
"tag:unity3d.com,2011:129 mapping",
"tag:unity3d.com,2011:134 mapping",
"tag:unity3d.com,2011:157 mapping",
"tag:unity3d.com,2011:159 mapping",
"tag:unity3d.com,2011:162 mapping",
"tag:unity3d.com,2011:196 mapping",
"tag:unity3d.com,2011:222 mapping",
"tag:unity3d.com,2011:223 mapping",
"tag:unity3d.com,2011:224 mapping",
"tag:unity3d.com,2011:236 mapping",
"tag:unity3d.com,2011:310 mapping",
"tag:unity3d.com,2011:1001 mapping",
"tag:unity3d.com,2011:1002 mapping",
"tag:unity3d.com,2011:1045 mapping",
"tag:unity3d.com,2011:1101 mapping",
"tag:unity3d.com,2011:1102 mapping",
"tag:unity3d.com,2011:1107 mapping",
"tag:unity3d.com,2011:1125 mapping",
"tag:unity3d.com,2011:1126 mapping",
"tag:unity3d.com,2011:382020655 mapping",
"tag:unity3d.com,2011:387306366 mapping",
"tag:unity3d.com,2011:641289076 mapping",
"tag:unity3d.com,2011:668709126 mapping",
"tag:unity3d.com,2011:850595691 mapping",
"tag:unity3d.com,2011:890905787 mapping",
"tag:unity3d.com,2011:937362698 mapping",
"tag:unity3d.com,2011:1386491679 mapping"
"tag:unity3d.com,2011:1386491679 mapping",
"tag:unity3d.com,2011:1521398425 mapping",
"tag:unity3d.com,2011:1660057539 mapping",
"tag:unity3d.com,2011:1953259897 mapping"
],
"yaml.schemas": {
"https://coderabbit.ai/integrations/coderabbit-overrides.v2.json": [
Expand Down
3 changes: 2 additions & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
"com.unity.cinemachine": "2.9.7",
"com.unity.textmeshpro": "3.0.6",
"com.unity.inputsystem": "1.2.0",
"com.unity.ai.navigation": "1.1.5"
"com.unity.ai.navigation": "1.1.5",
"com.unity.ugui": "1.0.0"
}
},
"dev.onevr.vrworldtoolkit": {
Expand Down
31 changes: 14 additions & 17 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
{
"dependencies": {
"dev.onevr.vrworldtoolkit": {
"version": "3.1.0"
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29"
},
"com.vrchat.base": {
"version": "3.6.1"
},
"com.vrchat.worlds": {
"version": "3.6.1"
"version": "3.7.0"
},
"dev.onevr.vrworldtoolkit": {
"version": "3.2.0"
}
},
"locked": {
"dev.onevr.vrworldtoolkit": {
"version": "3.1.0",
"dependencies": {}
},
"com.vrchat.core.vpm-resolver": {
"version": "0.1.29",
"dependencies": {}
},
"com.vrchat.base": {
"version": "3.6.1",
"dependencies": {}
},
"com.vrchat.worlds": {
"version": "3.6.1",
"version": "3.7.0",
"dependencies": {
"com.vrchat.base": "3.6.1"
"com.vrchat.base": "3.7.0"
}
},
"com.vrchat.base": {
"version": "3.7.0",
"dependencies": {}
},
"dev.onevr.vrworldtoolkit": {
"version": "3.2.0",
"dependencies": {}
}
}
}
1 change: 1 addition & 0 deletions cspell.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ language: en,ja
useGitignore: true
version: "0.2"
words:
- dwlt
- kito
- kuroné
- nunit
Expand Down

0 comments on commit 0562fd0

Please sign in to comment.