MMORPG KIT 1.25 — Text/InputField Migration

Ittipon Teerapruettikulchai
SURIYUN Production
Published in
2 min readAug 7, 2018

For version 1.25 and above I have decided to use TextWrapper/InputFieldWrapper to make it able to switch to other text/input field components easily, but for old user, you should do migration

It’s easy just drag UI prefab to empty scene

Then create new game object and add MigrateUIWrapper component

Then call function Migrate UIs from context menu

Then save all prefab, done :)

And if you want to use Text Mesh Pro, you have to install Text Mesh Pro package and add symbol “USE_TEXT_MESH_PRO” to “Scripting Define Symbols” at “Build Settings” section

--

--