Skip to content

Releases: yomunsam/TinaX.ILRuntime

6.6.5

26 Apr 17:49
Compare
Choose a tag to compare

6.6.5

fix bug.


Install

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",
            "com.ourpalm"
        ]
    },
    {
        "name": "package.openupm.com",
        "url": "https://package.openupm.com",
        "scopes": [
            "com.cysharp.unitask",
            "com.neuecc.unirx"
        ]
    }
],

6.6.3

07 Oct 01:07
Compare
Choose a tag to compare

6.6.3

Support TinaX.Core version 6.6.14


本Package的依赖ILRuntime,目前官方仅以npm形式提供,如使用其他途径安装本包,请先安装依赖ILRuntime

Install

Install via git UPM

git://github.com/yomunsam/TinaX.ILRuntime.git#6.6.3

Install via OpenUPM

openupm add io.nekonya.tinax.ilruntime

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",
            "com.ourpalm"
        ]
    },
    {
        "name": "package.openupm.com",
        "url": "https://package.openupm.com",
        "scopes": [
            "com.cysharp.unitask",
            "com.neuecc.unirx"
        ]
    }
],

6.6.2

29 Jun 16:21
Compare
Choose a tag to compare

6.6.2 ヾ(•ω•`)o

meow~

  1. 添加“热更新工程中,Log显示前缀和堆栈信息的功能”, 具体可在服务接口中设置开关:IXILRuntime.DebugLogConfig
  2. 添加了新的实例化方法CreateInstanceAndInject,可对给定的任意类进行构造函数依赖注入。
  3. 预置接入了LitJson,可在ILRuntime热更新工程中使用

本Package的依赖ILRuntime,目前官方仅以npm形式提供,如使用其他途径安装本包,请先安装依赖ILRuntime

Install

Install via git UPM

git://github.com/yomunsam/TinaX.ILRuntime.git#6.6.2

Install via OpenUPM

openupm add io.nekonya.tinax.ilruntime

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",
            "com.ourpalm"
        ]
    },
    {
        "name": "package.openupm.com",
        "url": "https://package.openupm.com",
        "scopes": [
            "com.cysharp.unitask",
            "com.neuecc.unirx"
        ]
    }
],

6.6.1

22 Jun 10:53
Compare
Choose a tag to compare

6.6.1 ヾ(•ω•`)o

meow~

本Package的依赖ILRuntime,目前官方仅以npm形式提供,如使用其他途径安装本包,请先安装依赖ILRuntime

Install

Install via git UPM

git://github.com/yomunsam/TinaX.ILRuntime.git#6.6.1

Install via OpenUPM

openupm add io.nekonya.tinax.ilruntime

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",
            "com.ourpalm"
        ]
    },
    {
        "name": "package.openupm.com",
        "url": "https://package.openupm.com",
        "scopes": [
            "com.cysharp.unitask",
            "com.neuecc.unirx"
        ]
    }
],