After Unity packages the Android platform, it is sensitive to the size of the suffix name of the image in the StreamingAsstes folder

After Unity packages the Android platform, it is sensitive to the size of the suffix name of the image in the StreamingAsstes folder. I used www to read a picture today, but I accidentally added .JPG with a capital suffix and I used .jpg in the code, and then I couldn’t read it.

Be careful, it's all kinds of pitfalls. By the way, windows is not sensitive to the case of the jpg suffix.

Guess you like

Origin blog.csdn.net/qq_37760273/article/details/105735948