The resulting visual quality of the texture is notably better, and is the same exact size. This is a really serious issue to me because I need the superior image quality that the commandline PVR textool from imgtech provides, but unfortunately it’s a pain in the ass to have to use because it’s all through commandline! And unity’s nice workflow for texture importing and set up becomes null when having to use commandline tools, and I would much prefer to use unity’s workflow rather than commandline.
I imagine that Unity cannot legally include the commandline pvr textool. So would you please make it so we ourselves could download the pvr textool, and configure unity to use it instead of whatever comes with unity?
The commandline pvr textool is actually included in every unity osx build, otherwise you couldn’t even generate PVRs
Also there is no problem using this tool and its output, since unity 3.1 or so, you can drag and drop pvr textures in from the outside, no need to generate them inside of Unity unless you want (or the restricted settings force you to)
Oh it is? Well then they just need to up the quality settings for it.
I do want to use the tool inside of Unity, and not the commandline converter. The commandline converter doesn’t provide as good of a workflow.
Unless do you have any tricks to using the commandline tool more efficiently? The best I could figure to improve workflow was to write an .sh script to convert all the textures in a folder automatically.
There is a GUI version but I have the issue that my scene literally has like 100 1024x1024 textures all spread out in different folders and so it needs to be automated.
Have you done this yet? I wrote a script two years ago that did something similar for a different app. This was the first script I’ve ever written like this so I’m sure it’s terrible, but here you are. My source files were in a folder called “PNG Sprites”.
Hope it helps you get started. You might have to change the path to the texturetool binary and obviously you have control over the quality settings there as well.
I got it working but the issue I ran into with the sh script is I could not figure out how to get it to convert an entire directory of images that had subdirectories, then spit out all the pvr into the same directory and subdirectory structure.
Unity 3.4.2 comes with PVRTexTool Version 3.11 (located at /Applications/Unity/Unity.app/Contents/Tools). The most recent version available is PVRTexTool is 3.23, though what has changed I do not know.
Frustratingly I can’t find any option to request that Unity uses the command line option -pvrtcbest when converting. So at the moment I do all my texture conversion externally. Other than a more complicated pipeline, I have certainly not found any runtime performance drawbacks.
I also do my texture conversion manually. It is annoying and not a very happy situation. Also having trouble making unity load 16 bit pngs, for 16 bit output, without further messing it up. I am probably doing something wrong. Having far better 16 bit image creation would help - colour safe, dithering, dithering with alpha etc, all go a long way to a better looking app
Perhaps this is a situation where asset store tools would help.
For as open as Unity claims to be to allowing you to do anything, it bothers me that little things like this are locked down.
You can write an entire visual scripting system in unity, but if you want to compress a PVR texture at a better quality inside the editor, out of luck.
This is a really stupid mistake on UT’s part as well, it’s like they didn’t even examine the PVR texture compression tool, or do any tests with it, before integrating.
The difference is insane… it seems crazy to me that the tool isn’t set to best on default.
we’ve been trying to use uncompressed textures because the default Unity 3.5 pvr compression tool settings give terrible results.
Using the best settings in Unity’s texture inspector iOS override doesn’t seem to make a big difference, just want to know how you guys do it manually. What should I type and where in the editor?