X

Results 5 comments of X

I found out that the translation file flattens any new lines - but the original text is not when it is checked for regex??. I added some code to flatten...

![Untitled](https://user-images.githubusercontent.com/46463074/152391240-bf3757e6-eecf-4f27-b8ff-0eae42635bcb.png)

For example, the image above, how do I target this text. I tried the hook button, but nothing found.

> 1. Determine what component you need to hook. > 2. Hook the setter methods of the text (postfix) and methods that initializes the component such as Awake/OnEnable, etc. See...

![Untitled](https://user-images.githubusercontent.com/46463074/154821832-1ad8b199-d2e4-4421-8ef8-1901b3ba372c.png) I assume you do this, but I dont know how to make a custom hook class :/.