https://github.com/drumath2237/github-unity-version-detector
Unity version detector for GitHub
https://github.com/drumath2237/github-unity-version-detector
chrome-extension typescript unity vite
Last synced: 3 months ago
JSON representation
Unity version detector for GitHub
- Host: GitHub
- URL: https://github.com/drumath2237/github-unity-version-detector
- Owner: drumath2237
- License: apache-2.0
- Created: 2022-04-01T19:19:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T16:25:12.000Z (about 4 years ago)
- Last Synced: 2025-07-10T17:20:02.799Z (12 months ago)
- Topics: chrome-extension, typescript, unity, vite
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Version Detector for GitHub

## About
GitHub で閲覧している Unity プロジェクトが使用しているエディタバージョンを教えてくれる Chrome 拡張機能です。
個人的に欲しいと思ったので作りました。
Unity プロジェクトルートディレクトリに移動して起動すると、
`ProjectVersion.txt`から情報を取得して表示します。
**Public なリポジトリでのみ動作します。**
## Tested Environment
- Windows 10 Home
- Chrome 100
- Vite
- TypeScript
- Node v14
## Install & Build
### ビルド済みファイルを使用する方法
[Releases](https://github.com/drumath2237/github-unity-version-detector/releases)から
最新のビルドを取得し、展開したものを[`chrome://extensions`](chrome://extensions)から読み込むことで、Google Chromeで拡張機能を使い始められます。
### 自力でビルドする方法
```bash
# install
yarn install
# build
yarn build
```
`/dist`以下に成果物が生成されます。
続いて[`chrome://extensions`](chrome://extensions)を Google Chrome で開き、
dist フォルダを選択して拡張機能として読み込みます。
## Contact
何かございましたら[にー兄さんの Twitter](https://twitter.com/ninisan_drumath)
までよろしくお願いいたします。