Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
创建版本 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Giresharu committed Jun 5, 2023
1 parent 81532ca commit f726f9c
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 7 deletions.
13 changes: 13 additions & 0 deletions Assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
TMPro-Player
===


[1.0.2](https://github.com/Giresharu/TMPro-Player/releases/1.0.2)
[1.0.0](https://github.com/Giresharu/TMPro-Player/releases/1.0.0)
---

## 已知Bug

* 当包含 TMProPlayer 且正在执行打字机效果的 GameObject 被设为非 Active 状态后,再恢复时将会直接显示所有文字。但打字机效果实际上还在继续。(可能因为是 TextMeshPro 在检测到 Enable 时会重设网格为初始状态)


4 changes: 2 additions & 2 deletions Assets/LICENSE.meta → Assets/CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Assets/LICENSE → Assets/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.meta → Assets/LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Assets/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
TMPro Player
===
[![Releases](https://img.shields.io/github/v/release/Giresharu/TMPro-Player.svg)](https://github.com/Giresharu/TMPro-Player/releases/tag/1.0.1) [![openupm](https://img.shields.io/npm/v/com.gsr.tmproplayer?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gsr.tmproplayer/) [![LICENSE](https://img.shields.io/github/license/Giresharu/TMPro-Player.svg)]()
[![Releases](https://img.shields.io/github/v/release/Giresharu/TMPro-Player.svg)](https://github.com/Giresharu/TMPro-Player/releases/latest) [![openupm](https://img.shields.io/npm/v/com.gsr.tmproplayer?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gsr.tmproplayer/) [![LICENSE](https://img.shields.io/github/license/Giresharu/TMPro-Player)](./LICENSE.md)

TMPro Player 是一款基于 TextMeshPro 的富文本标签管理插件,实现自定义富文本标签功能。

* 内置打字机效果,可以通过标签控制打字机效果的暂停与速度;
* 实现解析标签功能,用户只需要手动添加标签的定义以及标签要执行的效果的实现;
* 与 TextMeshPro 的内置标签兼容,当用户定义的标签与其相同时,则以用户定义为优先。

更新日志
---
点击查看[CHANGELOG](./CHANGELOG.md)

## 目录

- [依赖](#依赖)
Expand Down Expand Up @@ -40,12 +44,14 @@ TMPro Player 是一款基于 TextMeshPro 的富文本标签管理插件,实现
```shell
openupm add com.gsr.tmproplayer
```
若要指定版本,请在指令 package 名称后加上 \`@tag号\` ,如 \`@1.0.0\`

### 通过 git URL 安装

在 Unity 引擎中,打开 `Package Manager` ,点击左上角的 `+` ,选择 `Add package from git URL` ,然后输入本项目的 git 地址即可:
`https://github.com/Giresharu/TMPro-Player.git?path=Assets`

若要指定版本,请在地址最后加上 \`@tag号\` ,如 \`#1.0.0\`

TMProPlayer 类
---
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Apache License

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

Expand Down
7 changes: 7 additions & 0 deletions LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f726f9c

Please sign in to comment.