system
1
I have created simple 3d Text with Arial font and it works fine, but when ive downloaded free fonts from Assets Store they dont work, when i replace another font i see nothing. Ive noticed that when Unity imported fonts, i have an error:
For example : pricedown bl.ttf could not be imported because it couldn’t be read . So how can i fix this? Thanks for every help.
How did you import it, from file or directly from assets store, because you shold use the file and import them by drag anjd drop not by package unwrap
system
3
This is my solution:
1.Create new project,check if imported fonts work(better import fonts to check if they work).
2.If new project works then you need to copy “ASSET” and “PROJECTSETTINGS” from your old project folder to new one.Dont copy Library or Temp folders.
3.Wait until unity imports everything,Enjoy.