UnityEngine.ImageConversionModule

UnityEngine.ImageConversionModule

how to use it? where is it?
the documentation is broken

iam just trying to use code that works in 2020LTS with
Texture2D.EncodeToPNG()

and now its changed(???) ( iam using 2021 LTS now ) to

UnityEngine.ImageConversionModule.EncodeToPNG(Texture2D)

but unity says the namespace doesnt exist

… docs says it does tho…

and the docs has some kinda unrelated code

… iam thinking of going all in on Godot, this broken docs and its a simple thing is now broken its 1 line of code in this tool i use … this crap sucks … this slows my whole work today to a halt this is sooo annoying…

the only thing i can find about it , is like some kinda shady site where i can download it for kerbal space program modding ???

like wtf they removed it from Texture2D but its like where is it?

… it works in 2020 LTS … but my new tech stack is 2021 LTS … …

Open package manager:

Go to built-in section:
8698011--1173957--upload_2023-1-1_14-27-29.png

Make sure Image Conversion is installed

1 Like

thanks again