imagicbell / ublockly

reimplementation of google blockly for Unity
http://imagicbell.github.io/unity/2017/10/11/blockly-one.html
Apache License 2.0
140 stars 54 forks source link

BtnCreateVar didn't support i18n #37

Closed sagaii closed 3 years ago

sagaii commented 3 years ago

` //build createVar button GameObject obj = GameObject.Instantiate(BlockViewSettings.Get().PrefabBtnCreateVar);

        obj.GetComponentInChildren<Text>().text = "创建变量";`