Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tliks committed Feb 6, 2025
1 parent 3453d1d commit 6da1fc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@
### Deprecated

### Removed
- Optimize Material
- may fix an issue where the preview renderertexture was not displayed correctly in VirtualLens2.

### Fixed

### Security

## [0.4.0] - 2024-2-06
### Removed
- Optimize Material
- This change may fix an issue where the preview RendererTexture was not displayed correctly in VirtualLens2.
- Auto Configure Texture was searching for a target to apply to after this function has deleted textures that were not used.
- so from now on, TexTransTool may display logs that do not have any applicable targets. This behavior is currently normal.

## [0.3.0] - 2024-1-25
### Added
- Specify textures to exclude from execution
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.aoyon.auto-configure-texture",
"displayName": "Auto Configure Texture",
"version": "0.3.0",
"version": "0.4.0",
"unity": "2022.3",
"description": "Easy VRAM Reduction, Non-Destructively",
"author": {
Expand Down

0 comments on commit 6da1fc4

Please sign in to comment.