Mo. H
Mo. H
The asset mentioned before is now open sourced : https://github.com/Konash/arabic-support-unity
I have the same problem, when the background is Dark, the FloatingLabel whatever I do is dark. I think the problem comes from giving the FloatingLabel an alpha value, Works...
for me to get it to work nice with Dark Background, I used ``` java setFloatingLabel(FLOATING_LABEL_NORMAL); ``` and changed the code as follow : ``` java // calculate the alpha...
I also found that I have to give BaseColor,
Also I found something strange, ``` setBaseColor(Color.WHITE); setHintTextColor(Color.WHITE); setTextColor(Color.WHITE); ``` gives Different results from ``` setHintTextColor(Color.WHITE); setTextColor(Color.WHITE); setBaseColor(Color.WHITE); ```
I got the same issue, fixed it by minor code adjustment ``` +import time - for filename, filecode in generate_file.map( - list_actual, order_outputs=False, kwargs=dict(filepaths_string=filepaths_string, shared_dependencies=shared_dependencies, prompt=prompt) - ): - write_file(filename,...
I had the same issue but then fixed now. Ok, Just wanted to record my case, it was an issue with CPU usage, **nothing related to StreamingKit** but limits accepted...