「Unity/DIフレームワーク/Extenject」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→ダウンロード) |
(→ダウンロード) |
||
行3: | 行3: | ||
==ダウンロード== | ==ダウンロード== | ||
− | + | unityのassetstore | |
− | + | ||
https://assetstore.unity.com/packages/tools/utilities/extenject-dependency-injection-ioc-157735 | https://assetstore.unity.com/packages/tools/utilities/extenject-dependency-injection-ioc-157735 | ||
+ | |||
+ | 公式 | ||
+ | https://github.com/modesttree/Zenject/releases | ||
==installer<TDerived>エラー== | ==installer<TDerived>エラー== |
2021年8月12日 (木) 21:36時点における版
Extenjectとは
UnityのDIフレームワーク。Zenjectは、作者が前務めてた会社で作られたDIフレームワークの名前。
ダウンロード
unityのassetstore https://assetstore.unity.com/packages/tools/utilities/extenject-dependency-injection-ioc-157735
公式 https://github.com/modesttree/Zenject/releases
installer<TDerived>エラー
public class AInputInstaller : Installer<AInput>の部分で、 以下エラーが発生。
unity はジェネリック型またはメソッド installer<TDerived> 内で型パラメーター'TDerived として使用できません。