An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Unity Version Detector for GitHub

![img](docs/ss.png)

## 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)
までよろしくお願いいたします。