This is readme for project itself, including Unity, DevOps, settups etc.
For individual features descriptions, that this project contains, please follow package specific ReadMe README
UniTask: install - https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask
UniRx: download - https://github.com/neuecc/UniRx/releases/download/7.1.0/UniRx.unitypackage
Update projects manifest.json with following entry
"dependencies": {
...
"com.obert.common": "1.14.0",
...
},
"scopedRegistries": [
{
"name": "Obert",
"url": "http://upm.obert.cz",
"scopes": [
"com.obert"
]
}
]
Or follow Unity official setup guide for scoped registeries
- use Conventional Commits, so the Release Please can auto catch on those changes
- only include essential components, that are commonly used across multiple projects.