generated from kurone-kito/vpm-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from kurone-kito/implement-the-package-project
- Loading branch information
Showing
214 changed files
with
47,446 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!-- | ||
🇺🇸🇬🇧 At first, read the following documents: | ||
https://github.com/kurone-kito/vpm-project-template/blob/main/.github/CONTRIBUTING.md | ||
https://github.com/kurone-kito/udonsharp-toybox/blob/main/.github/CONTRIBUTING.md | ||
🇯🇵 投稿の前に下記のドキュメントを一読ください: | ||
https://github.com/kurone-kito/vpm-project-template/blob/main/.github/CONTRIBUTING.ja.md | ||
https://github.com/kurone-kito/udonsharp-toybox/blob/main/.github/CONTRIBUTING.ja.md | ||
🇨🇳 首先,阅读以下文档: | ||
https://github.com/kurone-kito/vpm-project-template/blob/main/.github/CONTRIBUTING.zh.md | ||
https://github.com/kurone-kito/udonsharp-toybox/blob/main/.github/CONTRIBUTING.zh.md | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!-- | ||
🇺🇸🇬🇧 At first, read the following documents: | ||
https://github.com/kurone-kito/vpm-project-template/blob/main/.github/CONTRIBUTING.md | ||
https://github.com/kurone-kito/udonsharp-toybox/blob/main/.github/CONTRIBUTING.md | ||
🇯🇵 投稿の前に下記のドキュメントを一読ください: | ||
https://github.com/kurone-kito/vpm-project-template/blob/main/.github/CONTRIBUTING.ja.md | ||
https://github.com/kurone-kito/udonsharp-toybox/blob/main/.github/CONTRIBUTING.ja.md | ||
🇨🇳 首先,阅读以下文档: | ||
https://github.com/kurone-kito/vpm-project-template/blob/main/.github/CONTRIBUTING.zh.md | ||
https://github.com/kurone-kito/udonsharp-toybox/blob/main/.github/CONTRIBUTING.zh.md | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 0adae93375f5d5840a30b6e47f324172, type: 3} | ||
m_Name: PackageMakerWindowData | ||
m_EditorClassIdentifier: | ||
targetAssetFolder: | ||
packageID: | ||
authorName: | ||
authorEmail: | ||
authorUrl: | ||
relatedPackage: 0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
############### | ||
# temp file # | ||
############### | ||
*.yml | ||
.manifest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# PLACEHOLDER | ||
|
||
TODO: Add .NET projects to the *src* folder and run `docfx` to generate **REAL** *API Documentation*! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Add your introductions here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- name: Introduction | ||
href: intro.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"build": { | ||
"cleanupCacheHistory": false, | ||
"content": [ | ||
{ | ||
"files": ["toc.yml", "index.md"] | ||
}, | ||
{ | ||
"src": "api", | ||
"files": ["*.yml", "index.md"], | ||
"dest": "api" | ||
} | ||
], | ||
"disableGitFeatures": false, | ||
"dest": "_site", | ||
"fileMetadataFiles": [], | ||
"globalMetadata": { | ||
"_appTitle": "Example Unity documentation", | ||
"_appFooter": "Example Unity documentation", | ||
"_enableSearch": true | ||
}, | ||
"globalMetadataFiles": [], | ||
"keepFileLink": false, | ||
"noLangKeyword": false, | ||
"overwrite": [ | ||
{ | ||
"exclude": ["obj/**", "_site/**"], | ||
"files": ["Packages/black.kit.toybox/**/*.md"], | ||
"src": ".." | ||
} | ||
], | ||
"postProcessors": [], | ||
"resource": [ | ||
{ | ||
"files": ["images/**"] | ||
} | ||
], | ||
"template": ["default"], | ||
"xref": ["https://normanderwan.github.io/UnityXrefMaps/xrefmap.yml"], | ||
"xrefService": ["https://xref.docs.microsoft.com/query?uid={uid}"] | ||
}, | ||
"metadata": [ | ||
{ | ||
"dest": "api", | ||
"disableGitFeatures": false, | ||
"disableDefaultFilter": false, | ||
"filter": "filterConfig.yml", | ||
"src": [ | ||
{ | ||
"files": ["Packages/black.kit.toybox/**/*.cs"], | ||
"src": ".." | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiRules: | ||
- include: | ||
type: Namespace | ||
uidRegex: ^black\.kit\.toybox$ | ||
- exclude: | ||
type: Namespace | ||
uidRegex: .* |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# ![U# Toybox by Kuroné Kito](images/banner.png) | ||
|
||
My utilities library for the UdonSharp / VRChat | ||
|
||
## 💡 Features | ||
|
||
- 🖱 UI parts with global sync | ||
- 🫥 Object teleporter by turning the object on or off | ||
- 🔓 (Statically) whitelist gimmick | ||
- 🛎 Notify sound playing gimmick on player joined | ||
- 🗞 Publish-Subscribe pattern component | ||
- 🌈 Logger with vivid colors | ||
- ⚙️ Other features... | ||
|
||
## 💻 System Requirements | ||
|
||
- [VRChat Creator Companion](https://vrchat.com/home/download) | ||
- Unity 2022.3.6f1 | ||
- 🏝 Project of your world | ||
|
||
## ▶ Getting Started | ||
|
||
### 1. Import the registry via the VRChat Creator Companion (VCC) | ||
|
||
(To be added) | ||
|
||
### 2. Import the UdonSharp Toybox package to your project | ||
|
||
(To be added) | ||
|
||
### 3. Use the utilities, enjoy :D | ||
|
||
Example: | ||
|
||
```csharp | ||
using black.kit.toybox; | ||
|
||
public class Example : UdonSharpBehaviour | ||
{ | ||
public void Start() | ||
{ | ||
// Example of using the Contains extension method | ||
var array = new[] { 1, 2, 3, 4, 5 }; | ||
Debug.Log($"Contains(3): {array.Contains(3)}"); | ||
Debug.Log($"Contains(6): {array.Contains(6)}"); | ||
} | ||
} | ||
``` | ||
|
||
## License | ||
|
||
This repository is licensed under the **MIT License**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- name: Api Documentation | ||
href: api/ | ||
homepage: api/index.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ages/com.vrchat.demo-template/Editor.meta → Packages/black.kit.toybox/Editor.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#if UNITY_EDITOR | ||
[assembly: UnityEditor.Localization] | ||
#endif |
2 changes: 1 addition & 1 deletion
2
...mplate/Editor/ExampleEditorScript.cs.meta → ...ck.kit.toybox/Editor/AssemblyInfo.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.