Skip to content

Commit

Permalink
Readme, Changelog, Package
Browse files Browse the repository at this point in the history
Increased version number
Changed wiki documentation link
Updated changelog
Updated readme
  • Loading branch information
Ikaroon committed Jun 15, 2022
1 parent 9609ead commit b034a14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
### Added
- Support for face texture rendering
- Support for underlined text rendering
- Support for strikethrough text rendering

### Changed
- Improved Temporal Raymarcher quality
- Reduced "if"-usage but doubled pass

## [v0.1.1] - 2022-05-27
### Added
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ This is a small extension that makes 3D text with Unity's TextMeshPro possible.
- Simple: Equal sized steps
- Temporal: Optimized for Temporal Antialiasing
- SDF: Using TextMeshPro's distance values
- [ ] Strikethrough text support
- [ ] Underline text support
- [x] Strikethrough text support
- [x] Underline text support
- [x] Face texture support
- [x] Documentation
- [ ] Solid, surface shader
- [ ] Solid, unlit shader (UI)
- [ ] Documentation
- [ ] Sprite support

### In Evaluation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.ikaroon.tmp3d",
"version": "0.1.1",
"version": "0.1.2",
"displayName": "Text Mesh Pro 3D Support",
"description": "An extension for Text Mesh Pro that makes 3D text possible using shaders.",
"unity": "2020.3",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
],
"type": "library",
"documentationUrl": "https://github.com/Ikaroon/TMP3D",
"documentationUrl": "https://github.com/Ikaroon/TMP3D/wiki",
"changelogUrl": "https://github.com/Ikaroon/TMP3D/blob/main/CHANGELOG.md",
"license": "See LICENSE.md file",
"licensesUrl": "https://github.com/Ikaroon/TMP3D/blob/main/LICENSE"
Expand Down

0 comments on commit b034a14

Please sign in to comment.