Hi @Stephan_B ,
Please make TMP_EditorPanel partial class as this will allow us to add custom features.
Thank you very much.
Hi @Stephan_B ,
Please make TMP_EditorPanel partial class as this will allow us to add custom features.
Thank you very much.
What type of functionality?
For example in my case i have to use fontawesome icons almost every project and its time wasting, i can add context menu with icon headings which automatically add them incluidng in prefabs or without. Similarly there is other stuff i can automate
You mean add them in the text itself? So a menu to add some type of Unicode lookup?
Yes, this is one example.
but i dont want you to add that specifc feature
i just want you to make TMP_Editor_Panel partial so this way i can add a lot of stuf for helping me automate.
Another similar question is, that TextMeshProUGUI is already partial, but it doesnt work with my partial class because its using Assembly, so do you know how can i make my partial class connect with ur assembly?