Texture2D to PNG Converter
- Digital0 JPY

Simple Unity Texture2D to PNG converter by LoliKami Installation: Import the Unity Asset into your Unity Project. Make sure the script is under "Asset/Editor" folder if it is not in there. How to use: Right click any Texture2D file in Unity Project and choose "Convert to PNG" The script will convert the Texture2D file to PNG and save it to the same folder of the Texture2D file When to use: When I was converting a VRM model to FBX model, I realized that the VRM model's texture files in Unity are Texture2D files. I could have used the same files to upload my avatar to VRChat, but the texture sizes would have been too large to be optimized. Therefore, I came up with this converter to help with conversions. MIT License Copyright (c) [2026] [LoliKami] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

