Skip to content

Commit 3b7a105

Browse files
committed
Package 0.4.9
### Changed - Updated Unity 2023 - Updated Addressables into 1.21.21 - Updated Localization into 1.4.5 ### Fixed - Fixed crashwindow
1 parent d927fbe commit 3b7a105

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Assets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this package will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

6+
## [0.4.9] - 2025-03-19
7+
### Changed
8+
- Updated Unity 2023
9+
- Updated Addressables into 1.21.21
10+
- Updated Localization into 1.4.5
11+
### Fixed
12+
- Fixed crashwindow
13+
614
## [0.4.8] - 2023-07-09
715
### Added
816
- Added ability Undo for AutoTranslate, Search and CleanUp

Assets/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "com.maksymhernets.autotranslateforunitylocalization",
33
"displayName": "Auto Translate for Unity Localization",
4-
"version": "0.4.8",
4+
"version": "0.4.9",
55
"author": "Hernets Maksym",
66
"license": "ISC",
7-
"unity": "2020.3",
7+
"unity": "2023.2.20",
88
"category": "Tool",
99
"description": "Auto translation plugin allows you to translate a project in just one click, thanks to other automation systems, such as loсalization system unity and google cloud translator.\n\n Main features: \n• Translation of text into hundreds of languages to choose from;\n Use 'Window/Auto localization/Auto Translate for String Tables'\n• Automatic search text for translation in scenes or project prefabs.\n Use 'Window/Auto Localization/Search Text'\n• Automatic search files for translation in scenes or project prefabs.\n Use 'Window/Auto Localization/Search Textures'\n Use 'Window/Auto Localization/Search Audio'",
1010
"keywords":
@@ -13,8 +13,8 @@
1313
],
1414
"dependencies":
1515
{
16-
"com.unity.localization": "1.3.2",
17-
"com.unity.addressables": "1.21.14",
16+
"com.unity.localization": "1.4.5",
17+
"com.unity.addressables": "1.21.21",
1818
"com.unity.textmeshpro": "3.0.6"
1919
},
2020
"repository":

0 commit comments

Comments
 (0)