KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
UniCommon
★ 8
Open GitHub ↗
ゆにこもん - Unity Common Library
Download README (.md)
Explore Similar Repositories
BRISC
:
Bootstrap for Rapid Inference on Spatial Covariances
alexa-headless-start
:
A one-click script to run alexa-avs-sample-app headlessly
watch
:
基于ECharts实现的可视化大屏展示
simple-social-share
:
Simple web sharing
mageconf2017
:
Code samples (patches) for MageConf
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
UniCommon
?
Download (.md)
# UniCommon [](https://badge.fury.io/js/unicommon) --- Unityのユーティリティライブラリです。 [@keroxp](https://twitter.com/keroxp)が[黒羽のアリカ](http://hexat.studio/arika)を作ったときに開発したコードから依存関係のないものを取り出して再構築しました。 # Install ## npm/unity-package-syncerを使う方法 npmからインストールできます。 `npm i unicommon --save` インストール後、[unity3d-package-syncer](https://github.com/rotorz/unity3d-package-syncer)を使ってnpmでこのプロジェクトをインポートします。 `mkdir -p Assets/Plugins/Packages` `$(npm bin)/unity3d--sync` これで`Assets/Plugins/Packages/UniCommon`フォルダにライブラリがインポートされます。依存関係として`UniRx`も同ディレクトリにインポートされます。 # Usage ランタイムでは、以下のコードをどこかで実行するだけで準備は完了です。 ``` using UniCommon; public class YouApp : MonoBehaviour { void Awake() { UniCommon.Initialize(); } } ``` # Contributing バグ報告、修正依頼、その他便利機能などありましたらイシュー登録か、プルリクエストをください。コード規約などは特に設けていません。プルリクエストで修正します。