6.6.21
6.6.21
- Update dependency codes
Install
Install via git UPM
git://github.com/yomunsam/TinaX.Core.git#6.6.21
Install via OpenUPM
openupm add io.nekonya.tinax.core
Install via npm (UPM)
Modify Packages/manifest.json
file in your project, and add the following code before "dependencies" node of this file:
"scopedRegistries": [
{
"name": "TinaX",
"url": "https://registry.npmjs.org",
"scopes": [
"io.nekonya"
]
},
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.cysharp.unitask",
"com.neuecc.unirx"
]
}
],