소스 검색

Merge branch 'master' of https://github.com/bbepis/XUnity.AutoTranslator

gravydevsupreme 7 년 전
부모
커밋
c49e42ea56
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 0
      CHANGELOG.md
  2. 0 2
      README.md

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+### 2.4.1
+ * Disabled IMGUI hook due to bug
+
 ### 2.4.0
  * CHANGE - Completely reworked configuration for more organization
  * FEATURE - Added support for BaiduTranslate. User must provide AppId/AppSecret for API . Use "BaiduTranslate" as endpoint

+ 0 - 2
README.md

@@ -3,7 +3,6 @@
 ## Text Frameworks
 This is an auto translation mod that hooks into the unity game engine and attempts to provide translations for the following text frameworks for Unity:
  * UGUI
- * IMGUI
  * NGUI
  * TextMeshPro
 
@@ -33,7 +32,6 @@ Directory=Translation                                          ;Directory to sea
 OutputFile=Translation\_AutoGeneratedTranslations.{lang}.txt   ;File to insert generated translations into
 
 [TextFrameworks]
-EnableIMGUI=True                 ;Enable or disable IMGUI translation
 EnableUGUI=True                  ;Enable or disable UGUI translation
 EnableNGUI=True                  ;Enable or disable NGUI translation
 EnableTextMeshPro=True           ;Enable or disable TextMeshProp translation