Save and load texture

Hello, I’m trying to load a texture with a ‘load game from slot’ but it doesn’t works. How to fix the problem ?

The texture you download turned into a texture2D reference. You are saving the reference and not the actual asset.
image

Instead of saving a reference, save the path as a string then use the path to import file, load the asset back again as texture2D.

Thank you very much :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.