TextMeshPro support in AnKuchen Template #13
-
Hi, When generating AnKuchen template TMP_Text and TMP_InputField components are missing in the generated code. I discovered that I can create AnKuchenCopyTemplateSettings so I added "TMP_Text" and "TMP_InputField" to the PickupComponentNames section but it didn't help. Is it possible to get TMP components generated in the Template? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! PickupComponentNames must match the class name exactly. Currently, this does not even check the name of the class or interface from which it is inherited. |
Beta Was this translation helpful? Give feedback.
Hi!
PickupComponentNames must match the class name exactly.
You should specify
TextMeshProUGUI
andTMP_InputField
.Currently, this does not even check the name of the class or interface from which it is inherited.
After listening to you, I felt it would be useful to include this support, so I will do so in a near future update.