- Clean Architecture For Unity
- Unity 2019.2
upm add package dev.upm-packages.cafu-core
Note: upm
command is provided by this repository.
You can also edit Packages/manifest.json
directly.
{
"dependencies": {
// (snip)
"dev.upm-packages.cafu-core": "[latest version]",
// (snip)
},
"scopedRegistries": [
{
"name": "Unofficial Unity Package Manager Registry",
"url": "https://upm-packages.dev",
"scopes": [
"dev.upm-packages"
]
}
]
}
yarn add "umm/cafu_core#^3.0.0"
- See Wiki
- See this repository
Copyright (c) 2017-2018 Tetsuya Mori
Released under the MIT license, see LICENSE.txt