This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
TMPro Player | ||
![LOGO](./logo.png) | ||
=== | ||
[![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®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gsr.tmproplayer/) [![LICENSE](https://img.shields.io/github/license/Giresharu/TMPro-Player)](./LICENSE.md) ![Unity](https://img.shields.io/badge/Unity%20Supported-2020.1%2B-ff69b4.svg) | ||
|
||
|
@@ -60,7 +60,7 @@ In your project's root directory, use the following command: | |
# Install the latest version | ||
openupm add com.gsr.tmproplayer | ||
# Install a specific version | ||
openupm add [email protected].0 | ||
openupm add [email protected].1 | ||
``` | ||
If you are using a modified version of `com.unity.textmeshpro` and it is not recognized as a dependency, please use the following command to install: | ||
|
||
|
@@ -73,7 +73,7 @@ openupm add com.gsr.tmproplayer -f | |
In the Unity engine, open the `Package Manager` and click on the `+` button in the top left corner. Choose `Add package from git URL` and enter the git URL of this project: | ||
|
||
```shell | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.0 | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.1 | ||
``` | ||
It is recommended to specify the version number when installing via Git URL to avoid automatically updating to the latest repository instead of the latest version. This ensures that you install a stable repository. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
TMPro Player | ||
![LOGO](./logo.png) | ||
=== | ||
[![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®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gsr.tmproplayer/) [![LICENSE](https://img.shields.io/github/license/Giresharu/TMPro-Player)](./LICENSE.md) ![Unity](https://img.shields.io/badge/Unity%20Supported-2020.1%2B-ff69b4.svg) | ||
|
||
|
@@ -58,7 +58,7 @@ TMPro Player 是一款基于 TextMeshPro 的富文本标签管理插件,实现 | |
# 安装最新版本 | ||
openupm add com.gsr.tmproplayer | ||
# 安装指定版本 | ||
openupm add [email protected].0 | ||
openupm add [email protected].1 | ||
``` | ||
如果你使用了魔改的 `com.unity.textmeshpro` ,并且无法正确被识别为依赖时,请使用如下命令安装: | ||
|
||
|
@@ -71,7 +71,7 @@ openupm add com.gsr.tmproplayer -f | |
在 Unity 引擎中,打开 `Package Manager` ,点击左上角的 `+` ,选择 `Add package from git URL` ,然后输入本项目的 git 地址即可: | ||
|
||
```shell | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.0 | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.1 | ||
``` | ||
建议使用 git URL 安装时指定版本号,否则会默认更新为最新仓库,而非最新版本。有可能会安装不稳定的仓库。 | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
TMPro Player | ||
![LOGO](./Assets/logo.png) | ||
=== | ||
[![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®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gsr.tmproplayer/) [![LICENSE](https://img.shields.io/github/license/Giresharu/TMPro-Player)](./LICENSE.md) ![Unity](https://img.shields.io/badge/Unity%20Supported-2020.1%2B-ff69b4.svg) | ||
|
||
|
@@ -60,7 +60,7 @@ In your project's root directory, use the following command: | |
# Install the latest version | ||
openupm add com.gsr.tmproplayer | ||
# Install a specific version | ||
openupm add [email protected].0 | ||
openupm add [email protected].1 | ||
``` | ||
If you are using a modified version of `com.unity.textmeshpro` and it is not recognized as a dependency, please use the following command to install: | ||
|
||
|
@@ -73,7 +73,7 @@ openupm add com.gsr.tmproplayer -f | |
In the Unity engine, open the `Package Manager` and click on the `+` button in the top left corner. Choose `Add package from git URL` and enter the git URL of this project: | ||
|
||
```shell | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.0 | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.1 | ||
``` | ||
It is recommended to specify the version number when installing via Git URL to avoid automatically updating to the latest repository instead of the latest version. This ensures that you install a stable repository. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
TMPro Player | ||
![LOGO](./Assets/logo.png) | ||
=== | ||
[![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®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.gsr.tmproplayer/) [![LICENSE](https://img.shields.io/github/license/Giresharu/TMPro-Player)](./LICENSE.md) ![Unity](https://img.shields.io/badge/Unity%20Supported-2020.1%2B-ff69b4.svg) | ||
|
||
|
@@ -58,7 +58,7 @@ TMPro Player 是一款基于 TextMeshPro 的富文本标签管理插件,实现 | |
# 安装最新版本 | ||
openupm add com.gsr.tmproplayer | ||
# 安装指定版本 | ||
openupm add [email protected].0 | ||
openupm add [email protected].1 | ||
``` | ||
如果你使用了魔改的 `com.unity.textmeshpro` ,并且无法正确被识别为依赖时,请使用如下命令安装: | ||
|
||
|
@@ -71,7 +71,7 @@ openupm add com.gsr.tmproplayer -f | |
在 Unity 引擎中,打开 `Package Manager` ,点击左上角的 `+` ,选择 `Add package from git URL` ,然后输入本项目的 git 地址即可: | ||
|
||
```shell | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.0 | ||
https://github.com/Giresharu/TMPro-Player.git?path=Assets#1.1.1 | ||
``` | ||
建议使用 git URL 安装时指定版本号,否则会默认更新为最新仓库,而非最新版本。有可能会安装不稳定的仓库。 | ||
|
||
|