Search found 3 matches

by StaticCG
Wed Jan 04, 2023 4:46 pm
Forum: General Discussion
Topic: Sprite references not saving on load.
Replies: 5
Views: 18939

Re: Sprite references not saving on load.

Hello again Joel! I added references to the sprites, and the tile. However its still not finding the reference to the tile, and the tiles are not loading properly. UnityEngine.Tilemaps.Tile with ID 8828674674294541922 could not be found in Easy Save's reference manager I've added the sprites, the te...
by StaticCG
Sat Dec 31, 2022 3:58 pm
Forum: General Discussion
Topic: Sprite references not saving on load.
Replies: 5
Views: 18939

Re: Sprite references not saving on load.

Hi there, This usually means that a reference to the Sprite and Texture doesn’t exist in the scene prior to runtime. In this case if you right-click the Sprites and Textures and select Easy Save 3 > Add References to Manager while your scene is open, it will add those references to the manager so t...
by StaticCG
Sat Dec 31, 2022 4:50 am
Forum: General Discussion
Topic: Sprite references not saving on load.
Replies: 5
Views: 18939

Sprite references not saving on load.

Hi! First off, this asset is amazing. Thank you for your great work. Serialization sucks, especially in Unity so this is great. What I'm trying to do is load tiles from a save file, however the reference to the sprite gets lost on load. Here is my SaveSystem script: using System; using System.Collec...