Releases: yomunsam/TinaX.Core
v7.0.0-alpha
v7.0.0-alpha
6.6.25
6.6.24
6.6.23
6.6.22
6.6.22
Install
Install via git UPM
git://github.com/yomunsam/TinaX.Core.git#6.6.22
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"
]
}
],
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"
]
}
],
6.6.20
6.6.20
- Update dependency package
Install
Install via git UPM
git://github.com/yomunsam/TinaX.Core.git#6.6.20
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"
]
}
],
6.6.18
6.6.18
- Fix bug.
Install
Install via git UPM
git://github.com/yomunsam/TinaX.Core.git#6.6.18
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"
]
}
],
6.6.16
6.6.16
- Addition of a generic Pipeline base tool | 添加了一个用于创建Pipeline的基础工具 (https://github.com/yomunsam/TinaX.Core/blob/master/Tests/Runtime/Systems/Pipeline/GeneralPipelineTest.cs)
- IConfiguration (
v6.6.15
)
Install
Install via git UPM
git://github.com/yomunsam/TinaX.Core.git#6.6.16
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"
]
}
],
6.6.14
6.6.14
【DI(依赖注入)】单例注册已生成的实例 | Singleton registration of generated instances
Usage:
public class A {}
var objA = new A();
XCore.GetMainInstance().Services.Instance<A>(objA);
If you use this feature in ilruntime, you need to TinaX.ILRuntime Package upgrade to version
6.6.3
Install
Install via git UPM
git://github.com/yomunsam/TinaX.Core.git#6.6.14
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"
]
}
],