nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.13k stars 144 forks source link

Unity2021.2.12f1 The file 'Resources/unity_default_resources' is corrupted! Remove it and launch unity again! [Position out of bounds!] #161

Closed dw317748627 closed 2 years ago

nesrak1 commented 2 years ago

You need to give me more info to go off of. What did you change in this file?

I assume since your game is 2021.2 that there was an update to a class. You can download the latest classdata.tpk here and replace it with the classdata.tpk that comes with UABEA.

dw317748627 commented 2 years ago

in unity_default_resources,unity-logo-cube is dxt5 format,so i want change it to ASTC8x8, aftter i use uabea change it but crashed. i use latest classdata.tpk but crash too

nesrak1 commented 2 years ago

How did you change the format? Did you have to export the texture and reimport it while changing the texture format in the dropdown?

(Also, I'm not exactly sure why you would want to do this other than for testing purposes. I don't even know if Windows even supports ASTC textures.)

dw317748627 commented 2 years ago

use plugin->editor png,I export the texture and reimport it 1x1

dw317748627 commented 2 years ago

2021.2.12f webgl support ASTC

dw317748627 commented 2 years ago

it ok now

dw317748627 commented 2 years ago

thanks